Chnage url using .htaccess in Php -
i want change url --> localhost/mysitename/get_file.php
to
localhost/mysitename/file2
using .htaccess ..any suggestions.?
this need create .htaccess file
http://www.htaccessredirect.net/
this content of .htaccess file
rewriteengine on rewriterule ^\file2$ /mysitename/get_file.php [l]
Comments
Post a Comment