I need to rewrite my web URL such as
http://www.site.com/profile/ -> profile.php
http://www.site.com/settings/ -> settings.php
and another word of profile and settinhs is link to user.php
example,
if I push http://www.site.com/giffary/ – it’s link to user.php?name=giffary
but when i push http://www.site.com/profile/ – it’s link to profile.php not user.php.
how can i write .htaccess file
thank you 🙂
You will need to use
mod_rewritefor this, obviously. I have not tested it, but this config should work: