Extensionless URL
Hi ,
How to add .html to extensionless URL in rewrite rules.
When I tried the below code it is appending the .html but unfortunately the domain or language page is also getting affected by the same.
# Add .html for extensionless url's
RewriteCond %{REQUEST_URI} !\.html$
RewriteRule ^/(.*)$ /$1.html [R=301,L]
For example : In the below example .html shouldn't get added to the 1 & 2 but it should append to 3 & 4
2. https://www.example.com/en_US
3. https://www.example.com/en_US/test
4. https://www.example.com/en_US/test/testingPage