Answer the question
In order to leave comments, you need to log in
How to make CNC on the site?
How to change all URLs. For example: site.ru/article.php on site.ru/article
I tried to write in .htaccess:
RewriteEngine On
RewriteRule ^([a-z]+)/$ $1.php [L]
Answer the question
In order to leave comments, you need to log in
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php
<Directory /var/www/domain/web/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question