Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End .htaccess custom url with php Re: .htaccess custom url with php

#69658
MesmerLab
Member

I’m currently learning CodeIgniter and am having problems with the .htaccess regex part.

From their wiki, I’m using the following RewriteRule:

Code:
RewriteRule ^(.*)$ index.php?/$1 [L]

Yet it does not work.

works http://60dayflip.com/index.php/site/dosomething
doesn’t http://60dayflip.com/site/dosomething
doesn’t http://60dayflip.com/dosomething

Any clues?