- This topic has 2 replies, 2 voices, and was last updated 7 years ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Affiliates Management Plugin for WordPress
by
WordPress Affiliate Manager › Forums › Affiliate Manager Plugin › Review Terms and Get Started can't work
Tagged: Review Terms
hi,i’ve got a problem:
1.terms:http://mysite/terms-and-conditions/ this url is okay in settings and can be visit
2.affiliate first registered need to Review Terms and Get Started!,when click this,the page load again to the Affiliate Control Panel,can see the terms
thanks!
Hi, I not able to understand your question? Can you provide more information.
Thank you
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