Hi,
I have uploaded my files with server root user and site was working fine.
Then I changed the user and owner to site ftp account of all files and folders and I site is down with 403 Forbidden.
domain: http://www.bilteksgomlek.com
All permissions are 755
htaccess file has 644 and the content:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
I tried to change owners to root again but that did not work either.
What would couse the problem?
Thank You.