Replies: 0
Deleted .htacces file and now I cant open anything but index.php.
http://www.lupe.id.lv
2017-05-28 12:56:19 Error 195.211.156.163 404 GET /admin HTTP/1.1 Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0 902 Apache access
2017-05-28 12:56:19 Error .148 [INFO] [195.211.156.163:64493] File not found [/var/www/vhosts/lupe.id.lv/httpdocs/admin] Apache error
Restored .htacces to backup –
# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
And still nothing