Answer the question
In order to leave comments, you need to log in
How to remove remove .html at the end of a web page (CMS Modx)?
Created a site for learning how to work with Modx: www.onhoric.hol.es
Cannot change the link in the Blog menu item to www.onhoric.hol.es/blog
Changed the .htaccess file as suggested on the toaster
RewriteEngine on
RewriteBase /
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /([^.]+)\.html\ HTTP
RewriteRule ^([^.]+)\.html$ http://www.onhoric.hol.es/$1 [R=301,L]
RewriteCond %{REQUEST_URI} !(\.[^./]+)$
RewriteCond %{REQUEST_fileNAME} !-d
RewriteCond %{REQUEST_fileNAME} !-f
RewriteRule (.*) /$1.html [L]
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question