katiallo Posted October 27, 2006 Posted October 27, 2006 I installed Ultimate SEO URLs and when I click on any image 'product' it doesn't display it. I get a message that the page is not available. the page /camisettes-c-37.html?osCsid=c2be310c00c5fdd3981872cbe825e04f is not available I need some help with this. Thank you
katiallo Posted October 27, 2006 Author Posted October 27, 2006 Please I need some help with this.... when I run: ALTER TABLE `categories_description` ADD `categories_seo_url` VARCHAR( 100 ) NOT NULL ; ALTER TABLE `products_description` ADD `products_seo_url` VARCHAR( 100 ) NOT NULL ; I get the following error: Error SQL query: ALTER TABLE `categories_description` ADD `categories_seo_url` VARCHAR( 100 ) NOT NULL ; MySQL said: #1060 - Duplicate column name 'categories_seo_url' Can someone please help me with this problem? When I click on an image the page is not available. 'the page /bras-panties-sets-c-29.html?osCsid=4aa944b43d9dfb7a1b5b1897f22a9e8e is not available'
♥Monika in Germany Posted October 27, 2006 Posted October 27, 2006 have you added a htaccess file? :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...
katiallo Posted October 28, 2006 Author Posted October 28, 2006 have you added a htaccess file? Monika I did. I have two now. public_html/.htaccess and .htaccess{1} .htaccess{1} # -FrontPage- IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti* <Limit GET POST> order deny,allow deny from all allow from all </Limit> <Limit PUT DELETE> order deny,allow deny from all </Limit> AuthName www.xxxxxx.net AuthUserFile /home/xxxxxx/public_html/_vti_pvt/service.pwd AuthGroupFile /home/xxxxxx/public_html/_vti_pvt/service.grp RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://xxxxxx.net/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://xxxxxx.net$ [NC] RewriteCond %{HTTP_REFERER} !^http://forum.xxxxxx.net/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://forum.xxxxxx.net$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.xxxxxx.net/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.xxxxxx.net$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.forum.xxxxxx.net/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.forum.xxxxxx.net$ [NC] RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ http://www.xxxxxx.net/page.html [R,NC] # Ultimate SEO URLs BEGIN Options +FollowSymLinks RewriteEngine On RewriteBase /catalog/ RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-m-([0-9]+).html$ index.php?manufacturers_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pi-([0-9]+).html$ popup_image.php?pID=$2&%{QUERY_STRING} RewriteRule ^(.*)-t-([0-9]+).html$ articles.php?tPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-a-([0-9]+).html$ article_info.php?articles_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pr-([0-9]+).html$ product_reviews.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pri-([0-9]+).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-i-([0-9]+).html$ information.php?info_id=$2&%{QUERY_STRING} # Ultimate SEO URLs END Hopefully this is right. Clicking on an image I get this: the page /camisettes-c-37.html is not available
♥Monika in Germany Posted October 28, 2006 Posted October 28, 2006 frontpage ads stuff to htaccess files that makes the seo url crash ... I had a client use frontpage and crash the store. Reupload a htaccess file you manually create following the contrib, and disable frontpage extensions. :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...
katiallo Posted October 28, 2006 Author Posted October 28, 2006 frontpage ads stuff to htaccess files that makes the seo url crash ... I had a client use frontpage and crash the store. Reupload a htaccess file you manually create following the contrib, and disable frontpage extensions. I'm sorry Monika I'm very new to this. Can you please give me more details of how to do the above? Thank you
♥Monika in Germany Posted October 28, 2006 Posted October 28, 2006 Did you install the SEO URL module yourself? You have create a htaccess file. Make a backup of your current online file and repear that step, then reupload. Do not use frontpage again. :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.