As I can see, .htaccess file is changed (or even created, I don’t know)
Now its contents are:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /test/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /test/index.php [L]
</IfModule>
# END WordPress
(I haven’t find any other changes yet but it means nothing.)
Can anyone show me how looks his normal .htaccess?