Options All -Indexes
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php
This is my .htacces file.
I enable friendly URL's in the CMS that i'm using, I get absolutely no errors but when I click e.g "mydomain.com/guestbook/" It just stays on the same index.php page.