php - How to Change the URL using htaccess -
also want hide .php extension
my url is:
www.mysite.com/alumni/searchprofile?profile=maria_s and want change to:
www.mysite.com/alumni/maria_s any clues please need asap answer?
please check this
<ifmodule mod_rewrite.c> rewriteengine on rewritecond %{request_filename} !-d rewritecond %{request_filename}\.php -f rewriterule ^(.*)$ $1.php </ifmodule> for more info visit: http://blog.theonlytutorials.com/remove-php-extension-url-htaccess/
hope help..
Comments
Post a Comment