htaccess Archive
-
Removing file extension via .htaccess
Posted on | No CommentsTo make the following URL : www.example.com/about-us.html to www.example.com/about-us we need to rewrite the htaccess. We have an easy method to rewrite all the files with just one code. RewriteEngine […]