Answer the question
In order to leave comments, you need to log in
Duplicate request. Google Chrome + Denver
Good afternoon, maybe someone faced the following problem?
1. There is a local Denver. I didn't change any settings, everything is default.
2. There is an index.php file with the following content:
file_put_contents('tst.log', 'line'.PHP_EOL, FILE_APPEND);
exit;
RewriteEngine On
RewriteRule .* index.php
Answer the question
In order to leave comments, you need to log in
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !favicon\.ico
RewriteRule .* index.php
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question