Quantcast
Channel: Joomla! Forum - community, help and support
Viewing all articles
Browse latest Browse all 2372

General Questions/New to Joomla! 5.x • Re: URL Rewrite Breaks Menu Items

$
0
0
If I am not mistaken, the option "Search Engine Friendly URLs" is the one that removes the .php etc, example the /index.php at the start of the URLs.
The "Use URL Rewriting" is the one taking advantage of mod_rewrite.
The "Add Suffix to URL" is the one adding the .html at the end.

Some .htaccess default settings may crash your apache. In the .htaccess try to comment out the line:

Code:

IndexIgnore *
like this:

Code:

# IndexIgnore *
and/or this line above it:

Code:

Options -Indexes
to

Code:

# Options -Indexes
Assuming this is a development environment, disable all extensions you installed including all their plugins and try again.

Statistics: Posted by eorisis — Wed Feb 21, 2024 5:28 pm



Viewing all articles
Browse latest Browse all 2372

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>