Forum Replies Created
Viewing 7 posts - 1 through 7 (of 7 total)
-
AuthorPosts
-
rosgardnerMember
Thanks Ivy… just sent it along.
rosgardnerMemberOh, by the way… after payment they are taken to a page that reads:
WishList Member
Click here to view homepage
Wishlist member isn’t linked and the homepage link is definitely the homepage, no registration form.
Cheers,
Ros
rosgardnerMemberThe 3rd party integration is all set correctly… I believe you checked it last time. Debug definitely sounds too complicated, Amin.
Do you still have the access info?
rosgardnerMemberWill do.
rosgardnerMemberHi Amin,
The only other .htaccess file exists in the root at http://affiliatebloggerpro.com/
AuthName affiliatebloggerpro.com
AuthUserFile /home/affblog/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/affblog/public_html/_vti_pvt/service.grp
RewriteEngine On
RewriteRule ^go/([/_0-9a-zA-Z-]+)$ link.php?id=$1
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>I CHMOD all directories and files as indicated above and still getting the 404.
Ros
rosgardnerMemberHi Amin,
The .htaccess is pretty much just the standard for WordPress…
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressCheers,
Ros
April 28, 2010 at 3:17 pm in reply to: Recurring Billing w/Wishlist – PayPal shows only trial amount #20158rosgardnerMemberThanks Amin! That did the trick.
-
AuthorPosts
Viewing 7 posts - 1 through 7 (of 7 total)