[Pretty URL's] Cant get the homepage to display "home"
PermalinkI have put the pretty urls on, but cant get the homepage to display "home" instead i get "index.php?cID=1".
The rest of the pages are working just fine.
Can somebody help me with this?
Thanks in advance!
Yes, this is my .htaccess:
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase /new/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php/$1 [L] </IfModule>
Alternatively, I've noticed that calls to $this->url() seem to generate urls that include index.php in them even if friendly urls is enabled. Perhaps some code you have is using that function and creating non-friendly urls?
http://www.concrete5.org/documentation/installation/installing_conc...
?