Jump to content
  • 0

Order Is Forwarded To Portal


Question

Posted

Whenever clicking to order link, I will be forwarded back to portal page. Checked .htaccess, it's just default code. Did I miss any setting?

######################################################
# package:    minPHP
# filename:   .htaccess
########################################################

<Files ~ "\.(pdt)$">
   order deny,allow
   deny from all
</Files>

RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php

RewriteCond %{REQUEST_URI} ^(.*)/install.php$
RewriteRule install.php %1/install/ [R=301,L]

4 answers to this question

Recommended Posts

  • 0
Posted

Hmm... Just found out that customer needs to enter the same domain twice when ordering domain and hosting at the same time? Made me a bit confused at first, and it's not customer friendly. Did I do anything wrong?

  • 0
Posted

Hmm... Just found out that customer needs to enter the same domain twice when ordering domain and hosting at the same time? Made me a bit confused at first, and it's not customer friendly. Did I do anything wrong?

 

That is correct, the domain entering first time is to order the domain via the module. The next one is to use the cPanel module / InterWorx module , etc. They are looking into Order forms soon in 3.2 I believe. I could be wrong.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...