Forum Replies Created
Viewing 7 posts - 1 through 7 (of 7 total)
-
AuthorPosts
-
rosgardner
MemberThanks Ivy… just sent it along.
rosgardner
MemberOh, 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
rosgardner
MemberThe 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?
rosgardner
MemberWill do.
rosgardner
MemberHi 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
rosgardner
MemberHi 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 #20158rosgardner
MemberThanks Amin! That did the trick.
-
AuthorPosts
Viewing 7 posts - 1 through 7 (of 7 total)