Say you have (
Well, here is how to do that.
Just add this to your .htaccess
No credits to me. Just a simple .htaccess tool
You can also just change .html to whatever extention (php,html, ect.)
You must be registered for see links
) and you want it to say (
You must be registered for see links
)Well, here is how to do that.
Just add this to your .htaccess
Code:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.html -f
RewriteRule ^(.*)$ $1.html
No credits to me. Just a simple .htaccess tool
You can also just change .html to whatever extention (php,html, ect.)