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

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

javascript - addthis share facebook and google+ url -