How to remove/hide index.php and .html from URLs?
Autor: Darren Chong
Visited 2269,
Followers 1,
Udostępniony 0
HI all,
My website URLs showed /indx.php at main page and .html at remaning pages.
Could any one share how to remove or hide them from URLs?
Thaks in advance
Posted on the
Hello Darren,
This is not a WebSite X5 feature, or anything to do with WebSite X5 as such. URL rewriting is controlled by/from the server.
If you have an Apache server and have the mod_rewrite module enabled then you can tailor URL's to your specific preference. Please see the following articles for some examples and further details:
https://www.digitalocean.com/community/tutorials/how-to-set-up-mod_rewrite
https://www.sitepoint.com/apache-mod_rewrite-examples/
Kind regards,
Paul
Autor
HI Paul,
Thanks for the information.