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]
Question
hpno
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?
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.