Removing html suffix to non-suffix 404 error not resolving

Need help with the Administration of your Joomla! 3.x site? This is the spot for you.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10.
Locked
eranariel
Joomla! Apprentice
Joomla! Apprentice
Posts: 5
Joined: Wed Mar 06, 2013 12:04 pm

Removing html suffix to non-suffix 404 error not resolving

Post by eranariel » Fri Oct 19, 2018 6:58 pm

I am attempting to resolve all .html suffixes to non-suffixes (example.com/hello.html to example.com/hello).

Accordingly, I have followed the instructions as provided, have changed global configuration "add url suffix to No" and placed the following instructions within my .htaccess file:

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} \.html$
RewriteRule ^(.*)\.html$ /$1 [R,L]

This is then causing me 404 errors when attempting to access the administration. In Microsoft Edge, it I try accessing the home page, the page loads however without the template.

This site it multilingual however with only one active language which is Hebrew. I removed the language suffixes due the ERR too many redirects error. Perhaps this corresponds with the problem. It should not be an issues with the template. This is the site: [url]https://www.עורך-דין-לתעבורה.com[/url] or https://xn-----zldghbe3agy5a4ai0fk2a.com/

Please advise and thanks in advance,

Eran Ariel

User avatar
Webdongle
Joomla! Master
Joomla! Master
Posts: 44093
Joined: Sat Apr 05, 2008 9:58 pm

Re: Removing html suffix to non-suffix 404 error not resolving

Post by Webdongle » Fri Oct 19, 2018 8:17 pm

Use the Joomla .htaccess file and make sure Rewrite is enabled on your server
http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".


Locked

Return to “Administration Joomla! 3.x”