Bernard
21-04-2005, 23:58/11:58PM
I'm experimenting with osCommerce right now and really fighting to get the basic functionality to work. I think I've narrowed down what's happening, but I'm not sure how to fix it.
I've got the following in my .htaccess file:Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^interplansystems.com
RewriteRule ^(.*)$ http://www.interplansystems.com/$1 [R=permanent,L]
ErrorDocument 404 http://www.interplansystems.com/404.html
For some reason, osCommerce insists on forming URIs for the forms using "http://interplan...." instead of "http://www.interplan...".
This does not appear to cause any problems until the forms try passing some parameters (like when a user tries to register or add something to a cart).
I've edited/checked the configure.php file and made sure that the first three defines use the www version of the URI. I can't see where it is specified anywhere else.
Ideas?
I've got the following in my .htaccess file:Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^interplansystems.com
RewriteRule ^(.*)$ http://www.interplansystems.com/$1 [R=permanent,L]
ErrorDocument 404 http://www.interplansystems.com/404.html
For some reason, osCommerce insists on forming URIs for the forms using "http://interplan...." instead of "http://www.interplan...".
This does not appear to cause any problems until the forms try passing some parameters (like when a user tries to register or add something to a cart).
I've edited/checked the configure.php file and made sure that the first three defines use the www version of the URI. I can't see where it is specified anywhere else.
Ideas?