Answer the question
In order to leave comments, you need to log in
How to make pages on the site without extensions like index.html?
Hey! Tell. what to add to .htaccess so that links like index.html, page.html, contact.html become like this: page/ contact/ etc?
Answer the question
In order to leave comments, you need to log in
mrcoles.com/blog/mod-rewrite-indexhtml-and-www
And of course:
DirectoryIndex index.html
Thanks, it helped
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.*)$ $1.php
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question