¡Hola, amigos! I’m Señor FAQ, the mustached maestro of questions and answers! With my trusty glasses and a book of endless wisdom, I turn dudas into solutions. Soy el héroe de los curiosos and the champion of clarity.
To ensure that JScms works properly and provides SEO-friendly URLs, Apache rewrite rules must be configured. These rules redirect requests to the correct files and handle custom error pages.
The rewrite rules should be added to the .htaccess
files in two locations:
admin
directory for the administrator panel.Create or edit the .htaccess
file in both directories and insert the following rules:
RewriteEngine ON
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]
ErrorDocument 404 /404/
index.php
for further processing./404/
.mod_rewrite
is enabled..htaccess
files have the correct permissions.