Answer the question
In order to leave comments, you need to log in
Can't determine server response. How to decide?
There was a problem with the server. What does entering the site on www.site.ru give?
I can't determine the server's response.
When entering, it works without www, everything is clear
in htaccess only
<IfModule mod_php5.c>
php_value short_open_tag 1
</IfModule>
RewriteEngine on
RewriteCond %{REQUEST_URI} !(\.css|\.js|\.ico|\.png|\.jpg|\.gif|robots\.txt)$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^?]*)$ index.php?path=$1 [NC,L,QSA]
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