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

Red3
 
synlag replied on at Permalink Reply
synlag
mod_rewrite is voodoo ;)
check this thread, could help
http://net.tutsplus.com/tutorials/other/a-deeper-look-at-mod_rewrit...

regards
Red3 replied on at Permalink Reply
Red3
I will check this out.

Thanks again for the reply.

Rick
Red3 replied on at Permalink Reply
Red3
Thanks for the info, all is well now...:)