Plugin Author
axew3
(@axewww)
I read the topic, my htaccess file in the root wp
# 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
-
This reply was modified 9 years, 7 months ago by
diabloclan.
Plugin Author
axew3
(@axewww)
no idea at moment, but if i’m not wrong you’re on a Win server.
If you confirm this, i will try out to install finally a win server with php as soon i can, looking to what is wrong in this kind of configuration, since i think you report a problem that for some other reason maybe, have come out more times in the while.
-
This reply was modified 9 years, 7 months ago by
axew3.
Site is hosted. Web Server nginx / 1.9.12