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:like this:and/or this line above it:toAssuming this is a development environment, disable all extensions you installed including all their plugins and try again.
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 *
Code:
# IndexIgnore *
Code:
Options -Indexes
Code:
# Options -Indexes
Statistics: Posted by eorisis — Wed Feb 21, 2024 5:28 pm