You've already forked ProfessionalWebsite
All checks were successful
Publish to Server / Deploy (push) Successful in 43s
Signed-off-by: Alexander Davis <alex@adcm.uk>
10 lines
176 B
ApacheConf
10 lines
176 B
ApacheConf
RewriteEngine on
|
|
|
|
|
|
RewriteCond %{THE_REQUEST} /([^.]+)\.html [NC]
|
|
RewriteRule ^ /%1 [NC,L,R]
|
|
|
|
RewriteCond %{REQUEST_FILENAME}.html -f
|
|
RewriteRule ^ %{REQUEST_URI}.html [NC,L]
|
|
|