Answer the question
In order to leave comments, you need to log in
How to properly configure Apache directories and understandable links?
I need to make readable links, like " https://my_site/category/news/1/test...... "
there are a lot of .htaccess examples on the net, almost everything boils down to this example
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteRule ^(.*)$ ./index.php?route=$1
</IfModule>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question