Pretty url
Permalink
I know there has been a few post on this subject and i have looked at them all.
I use the code that C5 generates.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>
I'm using Wampserver from my desktop to test.
My php version is 5.6.2
My Apache version is 2.2.8.
And my HTAC file is in the root with the folders and the index.php file.
But still no luck,Still getting index.php/page name.
Any clues?
Rick
I use the code that C5 generates.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>
I'm using Wampserver from my desktop to test.
My php version is 5.6.2
My Apache version is 2.2.8.
And my HTAC file is in the root with the folders and the index.php file.
But still no luck,Still getting index.php/page name.
Any clues?
Rick
check this thread, could help
http://net.tutsplus.com/tutorials/other/a-deeper-look-at-mod_rewrit...
regards