# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wordpress/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wordpress/index.php [L]
</IfModule>
# END WordPress
I have contacted my hosting support, the problem seems that it isn’t of the server… is there another way to solve this problem?
maybe in htaccess settings..
thank you tara, but I’ve read that page but I don’t understand what I have to do for my problem.
I explain better, in wordpress i have some Urls like http://www.site.com/folder1/
but in my site there is an existing folder such as http://www.site.com/folder1/.
When i try to access to that url i get a 403 error, not the wordpress page.