RedSec Posted August 24, 2010 Share Posted August 24, 2010 Hello all, I'have a little problem. When validate order, internet explorer or firefox request me for download orders.php or another file. So, i'm oblige to validate manually order and send email "creating hosting account". A idea ? Thanks, Nico. 0 Quote Link to comment Share on other sites More sharing options...
laszlof Posted August 24, 2010 Share Posted August 24, 2010 Sounds like you have an AddType/AddHandler statement in your sites .htaccess file that it doesnt like. 0 Quote Link to comment Share on other sites More sharing options...
sd2310 Posted August 25, 2010 Share Posted August 25, 2010 Thank laszlof for your reply. I work with Nico and I just check our .htaccess: RewriteEngine On # Announcements RewriteRule ^announcements/([0-9]+)/[a-z0-9_-]+\.html$ ./announcements.php?id=$1 [L,NC] RewriteRule ^announcements$ ./announcements.php [L,NC] # Downloads RewriteRule ^downloads/([0-9]+)/([^/]*)$ ./downloads.php?action=displaycat&catid=$1 [L,NC] RewriteRule ^downloads$ ./downloads.php [L,NC] # Knowledgebase RewriteRule ^knowledgebase/([0-9]+)/[a-z0-9_-]+\.html$ ./knowledgebase.php?action=displayarticle&id=$1 [L,NC] RewriteRule ^knowledgebase/([0-9]+)/([^/]*)$ ./knowledgebase.php?action=displaycat&catid=$1 [L,NC] RewriteRule ^knowledgebase$ ./knowledgebase.php [L,NC] What kind of Type/Handler should I check ? 0 Quote Link to comment Share on other sites More sharing options...
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.