You are here: Home
Affiliates Management Plugin for WordPress
i’ve searched this for 4days,and no solution
at last i think it’s some bug with .hatccess,so it worked now
you can try this solution:
delete content in .hatccess(backup this files before) and type new content like :
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
hi,@mbrsolution i’ve solved this via:
delete content in .hatccess(backup before) and type new content like :
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
thanks very muck
hi,i’ve solved this:
delete content in .hatccess(backup before) and type new content like :
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>