I get 403 error after i turn on nice url in settings.
Here is my htaccess file:
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
Settings are set the same way, i have on different website, where nice urls works fine.
I have clear cache.
When i add to a page <a href="[[~1]]" title="some title">Some Page</a>
, i get correct link, but after i go to this page, again i get 403 page. What am i doing wrong?