Friday , March 14 2025

500 internal server error when “URL Redirect” is enabled in Joomla

I had a case – to remove /index.php from the URL in the menu items for the main and internal pages on the site.

To do this, first go to System – General Settings – SEO Options and enable SEF and URL Redirection. After that, it is possible that internal pages on the site will open with a 500 Internal Server Error.

Solution to solve the problem:

You need to edit the .htaccess file, find the line # RewriteBase / and remove the comment symbol.

The line should look like this:

RewriteBase /

After that, the error 500 internal server error in Joomla will be fixed.

About iryna

I'm Iryna, a web developer from Ukraine with a decade of experience solving complex technical challenges in the world of freelance. Throughout my career, I've worked on everything from troubleshooting server-side issues and optimizing website performance to enhancing user interfaces. On this blog, I share detailed solutions to the technical problems I’ve encountered and methods that have worked best for me. In addition to my technical expertise, I’m also passionate about digital drawing. I hope the tutorials and insights I provide here will help both fellow developers and creatives alike in their own projects.

Check Also

How to get a link in an email where the form is filled out via Chronoforms

This task is very simple, for normal CMS. For Joomla, I publish the solution in …

Leave a Reply

Your email address will not be published. Required fields are marked *