You've already forked ProfessionalWebsite
Add .htaccess to rewrite URLs without .html extension
All checks were successful
Publish to Server / Deploy (push) Successful in 43s
All checks were successful
Publish to Server / Deploy (push) Successful in 43s
Signed-off-by: Alexander Davis <alex@adcm.uk>
This commit is contained in:
9
Export/.htaccess
Normal file
9
Export/.htaccess
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
RewriteEngine on
|
||||||
|
|
||||||
|
|
||||||
|
RewriteCond %{THE_REQUEST} /([^.]+)\.html [NC]
|
||||||
|
RewriteRule ^ /%1 [NC,L,R]
|
||||||
|
|
||||||
|
RewriteCond %{REQUEST_FILENAME}.html -f
|
||||||
|
RewriteRule ^ %{REQUEST_URI}.html [NC,L]
|
||||||
|
|
||||||
Reference in New Issue
Block a user