HELP WITH A PARTICULAR REWRITE RULE
Posted: Wed Oct 29, 2008 1:48 pm
I need a regular expression to do the following:
if someone goes to http://example.com/a the actual served page is http://example.com/a.php
and also http://example.com/a/b/c/d to render http://example.com/a_b_c_d.php, etc.
if someone goes to http://example.com/a the actual served page is http://example.com/a.php
and also http://example.com/a/b/c/d to render http://example.com/a_b_c_d.php, etc.