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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...