Jump to content

linverts

Members
  • Posts

    12
  • Joined

  • Last visited

Everything posted by linverts

  1. linverts

    Cloudflare Proxy

    I tried proxying traffic thru Cloudflare for some extra security and I get an endless loop. Is there anything special I need to do? Saw on the forum to make sure that rocker loader was off, verified it is. It's using a subdomain, just switched to proxy the A record. Am I missing something?
  2. Adding the following to the rewrite rule seems to have done the trick. RewriteBase /
  3. New install, causing a redirect loop as follows: AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace. Renaming the .htaccess resolves this issue. It has something to do with the redirect syntax. It's using a subdomain. .htaccess looks like this currently: ######################################################## # package: minPHP # filename: .htaccess ######################################################## # Do not allow direct access to templates # or an unauthorized backdoor from CE <Files ~ "blesta2ce.php|\.(pdt)$"> order deny,allow deny from all </Files> # Protect against Clickjacking #Header append X-Frame-Options "SAMEORIGIN" RewriteEngine on # Disable Apache MultiViews since it # may conflict with the GUI installer <IfModule mod_negotiation.c> Options -MultiViews </IfModule> # Force HTTPS RewriteCond %{HTTPS} !=on RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R=307,NE,L] RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php RewriteCond %{REQUEST_URI} ^(.*)/install.php$ RewriteRule install.php %1/install/ [R=301,L] Blesta install is at https://client.linverts.com
  4. I figured it out I think, used service options to add a field for Domain Name. At least that will let me take orders for domains until I get namecheap or enom setup.
  5. That's what I was afraid of. Is there a way to add fields to the form the customer can fill in?
  6. Is there a way to setup domain registration using the universal module?
  7. Would Stripe save credit card info on my server or on Stripes?
  8. Yeah it's weird, they are wanting me to become PCI compliant but I'll never even see the credit card data. I am going to have them close out my account and choose another vendor. Who would you suggest to streamline payments without redirecting to another site.
  9. I am wanting to make payment as easy as possible for my clients. Using PayPal it redirects them to paypay to finish up then redirects back. What is the best way to streamline this? It sounds like 2CheckOut isn't the answer. What would you recommend that would keep me from storing credit card info on my server?
  10. Looking at this link though it shows the user will enter their credit card information on my site? How do the rebills work if the credit card info isn't saved in Blesta? http://help.2checkout.com/articles/Knowledge_Article/PCI-DSS-Compliance
  11. That's even better, so I guess what's the difference between PayPal and 2CheckOut then? 2CheckOut doesn't require the user to signup for an account with them?
  12. I am looking into taking 2checkout in addition to PayPal but they are having me fill out this whole PCI compliance. Looking at it most of the questions are geared towards a huge company. My question: The 2checkout module using the API does it store the card information locally on my server or at 2checkout? Is there an alternate I could use like BluePay, etc. that would not require me to store credit card data on my server?
×
×
  • Create New...