How to create permalink in htaccess
问题 I want to redirect a link to another with .htaccess file in Linux host. Can you help me? from: http://example.com/examp to: http://example.com/examp.php And another one for my other site from: http://example.com/examp to: http://example.com/user.php?u=examp 回答1: You will need mod_rewrite enabled for this. Start with placing these lines into .htaccess: RewriteEngine On RewriteBase / TBH I'm not 100% sure what do you mean exactly by permalink and how do you want to redirect, so I will provide 2