Forum Moderators: phranque
RewriteRule ^/([a-z]+) /$1.php
i want this to rewrite my url like: sitename dot com/abouts/ and sitename dot com/abouts
to
sitename dot com/aboutus.php
but not getting correct result. any help
Try:
RewriteRule ^([a-z]+)/?$ $1.php [nc]
Find information in the Apache forum [webmasterworld.com].
[edited by: Psychopsia at 3:17 pm (utc) on Nov. 23, 2006]
I need to access : site dot com/production/434059/tickets.html
at
site dot com/tickets.php