coldclimber Posted September 22, 2005 Posted September 22, 2005 Hi I have just installed this contribution Ultimate SEO URLs v2.1c and first of all i get no errors the install seems to have gone fine but all my product link comes up with 404 page not found no below is my .htaccess file this is located in /catalog/ where my shop resides so i presume this uis correct also. RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*) index.php this section was already here Options +FollowSymLinks RewriteEngine On Rewrite Base /catalog/ RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-m-(.*).html$ index.php?manufacturers_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pi-(.*).html$ popup_image.php?pID=$2&%{QUERY_STRING} RewriteRule ^(.*)-t-(.*).html$ articles.php?tPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-a-(.*).html$ article_info.php?articles_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pr-(.*).html$ product_reviews.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pri-(.*).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-i-(.*).html$ information.php?info_id=$2&%{QUERY_STRING} Another issue is that i set the cookies to force but by doing this i get the security warning, where as if i do not force then i do not. The main reson i set this to force is to remove the sid I believe i have to set the cache also so i have created a folder in catalog called tmp so my cache path is catalog/tmp/ is this correct? Now i am on a windows server so i do not know if this effect all this or not? please can anyone shed some light on these errors me thanks Climb to Live, Live to climb
FalseDawn Posted September 22, 2005 Posted September 22, 2005 You need your own dedicated SSL cert if you are trying to force cookies. Do you have this? Is the cache the default OSC cache, or the database cache that comes with SEO URLs? Whatever, I would turn it off for now and try again. You really should move your store to the root folder as well.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.