Hide .php or .html extension in url (.htaccess)

preview_player
Показать описание
How to remove .php, .html, .htm extension with .htaccess file.

Code :

RewriteEngine on
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteCond %{REQUEST_FILENAME}\.html -f
Рекомендации по теме
Комментарии
Автор

How can i load my website with out it showing .php .html ? It works if i manually remove .php but i want it to default load homepage and not homepage.html

Maltebyte
Автор

Спасибо братан, все работает, respect from ukrain!

andriikobarov
Автор

not working bro i have index.html and redirect to another page from ../folder/contact.html

jeenathkumar
welcome to shbcf.ru