Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Ultimate SEO URLs - 'page not available'


katiallo

Recommended Posts

Posted

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

Posted

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'

Posted

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 ...

Posted
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

Posted

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 ...

Posted
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

Posted

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 ...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...