View Single Post
  #10  
Old 01-08-2014, 08:01 PM
 
Duramax 6.6L Duramax 6.6L is offline
 

X-Adept
  
Join Date: Dec 2006
Posts: 865
 

Default Re: How To Setup X-Payments On It's Own Domain

OK what am I doing wrong.
#
# Uncomment the lines below to allow access to the admin script
# only from specific IP-addresses
# (replace 192.168.10.32 below to your IP-addresses)
#
<Files ~ "admin.php*">
Order deny,allow
Deny from all
Allow from myxxx.xx.xxx.xxx home ip address
</Files>

Admin log-in works fine.


#
# Uncomment the lines below to allow access to the api script
# only from specific IP-addresses
# (replace 192.168.10.32 below to your IP-addresses)
#
<Files ~ "api.php*">
Order deny,allow
Deny from all
Allow from xxx.xxx.xxx.xxx ip of store web address
</Files>

Now with this uncommented, the xpayments connector can not communicate with x-payments. If I comment the lines back out, the x-payments connector can communicate with xpayments fine.

The store and x-payments are on the same server but with different ip address and domain names.

Does anyone have any ideas on why this will not work.

Regards,

Frank
__________________
Xcart 5.1.6 Building New Store
Xcart4.6.4 Gold Plus
Xcart 4.6.4 Platinum
Smart Template,
Mail Chimp Upgrade
Checkout One (One Page Checkout)
Checkout One X-Payments Connector
Checkout One Deluxe Tools
Call For Price
On Sale Module
Buy Together Module
MAP Price MOD
Reply With Quote