SyntaxFix
Write A Post
Hire A Developer
Questions
After doing that don't forget to change your href in, <a href="{the chosen redirected name}"> home</a>
href
<a href="{the chosen redirected name}"> home</a>
Example:
.htaccess file
.htaccess
RewriteEngine On RewriteRule ^about/$ /about.php
PHP file:
<a href="about/"> about</a>