.htaccess file to serve /example.html as /example
This commit is contained in:
@@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
layout: none
|
||||||
|
permalink: .htaccess
|
||||||
|
---
|
||||||
|
# Serve requests for /example using the files at /example.html
|
||||||
|
RewriteEngine on
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
|
RewriteCond %{REQUEST_FILENAME}\.html -f
|
||||||
|
RewriteRule ^(.*)$ $1.html
|
||||||
|
|
||||||
|
# Redirect requests for /example.html to /example
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
|
RewriteCond %{REQUEST_FILENAME}\.html -f
|
||||||
|
RewriteCond %{REQUEST_URI} ^(.+)\.html$
|
||||||
|
RewriteRule (.*)\.html$ /$1 [R=301,L]
|
||||||
|
|
||||||
@@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
layout: none
|
||||||
|
permalink: .htaccess
|
||||||
|
---
|
||||||
|
# Serve requests for /example using the files at /example.html
|
||||||
|
RewriteEngine on
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
|
RewriteCond %{REQUEST_FILENAME}\.html -f
|
||||||
|
RewriteRule ^(.*)$ $1.html
|
||||||
|
|
||||||
|
# Redirect requests for /example.html to /example
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
|
RewriteCond %{REQUEST_FILENAME}\.html -f
|
||||||
|
RewriteCond %{REQUEST_URI} ^(.+)\.html$
|
||||||
|
RewriteRule (.*)\.html$ /$1 [R=301,L]
|
||||||
|
|
||||||
@@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
layout: none
|
||||||
|
permalink: .htaccess
|
||||||
|
---
|
||||||
|
# Serve requests for /example using the files at /example.html
|
||||||
|
RewriteEngine on
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
|
RewriteCond %{REQUEST_FILENAME}\.html -f
|
||||||
|
RewriteRule ^(.*)$ $1.html
|
||||||
|
|
||||||
|
# Redirect requests for /example.html to /example
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
|
RewriteCond %{REQUEST_FILENAME}\.html -f
|
||||||
|
RewriteCond %{REQUEST_URI} ^(.+)\.html$
|
||||||
|
RewriteRule (.*)\.html$ /$1 [R=301,L]
|
||||||
|
|
||||||
@@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
layout: none
|
||||||
|
permalink: .htaccess
|
||||||
|
---
|
||||||
|
# Serve requests for /example using the files at /example.html
|
||||||
|
RewriteEngine on
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
|
RewriteCond %{REQUEST_FILENAME}\.html -f
|
||||||
|
RewriteRule ^(.*)$ $1.html
|
||||||
|
|
||||||
|
# Redirect requests for /example.html to /example
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
|
RewriteCond %{REQUEST_FILENAME}\.html -f
|
||||||
|
RewriteCond %{REQUEST_URI} ^(.+)\.html$
|
||||||
|
RewriteRule (.*)\.html$ /$1 [R=301,L]
|
||||||
|
|
||||||
Reference in New Issue
Block a user