I
I
Ivan Ivanov2014-06-25 17:34:47
PHP
Ivan Ivanov, 2014-06-25 17:34:47

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

3 answer(s)
E
Evgeny Popov, 2014-06-25
@0x3

mrcoles.com/blog/mod-rewrite-indexhtml-and-www
And of course:
DirectoryIndex index.html

O
Oleg Krasnov, 2014-06-25
@OKrasnov

RewriteRule ^page/$page.html

I
Ivan Ivanov, 2014-06-25
@0x3

Thanks, it helped

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.*)$ $1.php

This

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question