I must be missing something obvious, since this seems like it shouldn’t be a difficult problem. I want all url paths on my site (http://example.com, http://example.com/admin, http://example.com/happy/happy/joy/joy, etc.) to be handled through my index.php. I’ve seen this done before, but offhand I do not know how to do it.
I must be missing something obvious, since this seems like it shouldn’t be a
Share
Just create an
.htaccessfile in your root directory with this :Apache flags explained :
[L]– Alias for “Last”, instructs the server that the rewrite rules have come to an end and it’s time to perform an internal redirection without changing the browser’s uri.[PT]– Alias for “Pass Through”, allows a Mod_Rewrite manipulated uri to be passed to the next type of handler, accordingly to the php.ini module’s order of inclusion. Usefull depending on the subject.