Quote:
Originally Posted by transcendev
RewriteRule ^index.(.*)$ index.php [L]
|
Thanks a lot! That really works.
Now is there a way to create a kind of wild card setup so that it takes ANY file with an incorrect file extension and looks for the equivalent named file as .php
In other words do the same as above for EVERY file, not just the index file?
Sorry but I dont know regex expressions.
|