elpaisa Posted April 22, 2007 Share Posted April 22, 2007 I've installed the ultimate seo url just as it is specified in the install instructions, step by step, and checked once and twice and again and the links to categories and products don't work. why?, it rewrites the url but server don't find the page, and when set to false in admin the seo url, everything works fine, just as it happens with other members in this forum thread. I've changed my htaccess file but still have a dude, my oscommece is not installed in the root directory i used both codes given in the install html and none works, what should i do, is there something not so obvious to do in the installation that we are skipping. this should become a subject to take very serious by the owner of this mod, maybe there is something forgotten in the install instructions or something not so easy for who is not an expert. Thanks all! Quote Link to comment Share on other sites More sharing options...
Jack_mcs Posted April 22, 2007 Share Posted April 22, 2007 The code for the .htaccess file in the contribution is just an example. There is no way to include one that will work for every shop since the possibilities are endless. You need to set the path in that file to what yours is. Once you do that, it should work for you. Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
elpaisa Posted April 22, 2007 Author Share Posted April 22, 2007 The code for the .htaccess file in the contribution is just an example. There is no way to include one that will work for every shop since the possibilities are endless. You need to set the path in that file to what yours is. Once you do that, it should work for you. Jack Yes it should, and I set the path to my store...... and nothing happens. Quote Link to comment Share on other sites More sharing options...
Jack_mcs Posted April 23, 2007 Share Posted April 23, 2007 Please post the .htaccess file here. Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
elpaisa Posted April 24, 2007 Author Share Posted April 24, 2007 Here! # $Id: .htaccess,v 1.3 2003/06/12 10:53:20 hpdl Exp $ # # This is used with Apache WebServers # # For this to work, you must include the parameter 'Options' to # the AllowOverride configuration # # Example: # # <Directory "/usr/local/apache/htdocs"> # AllowOverride Options # </Directory> # # 'All' with also work. (This configuration is in the # apache/conf/httpd.conf file) # The following makes adjustments to the SSL protocol for Internet # Explorer browsers <IfModule mod_setenvif.c> <IfDefine SSL> SetEnvIf User-Agent ".*MSIE.*" \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 </IfDefine> </IfModule> # If Search Engine Friendly URLs do not work, try enabling the # following Apache configuration parameter # # AcceptPathInfo On # Fix certain PHP values # (commented out by default to prevent errors occuring on certain # servers) # #<IfModule mod_php4.c> # php_value session.use_trans_sid 0 # php_value register_globals 1 #</IfModule> # Ultimate SEO URLs BEGIN Options +FollowSymLinks RewriteEngine On RewriteBase /cart/ 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 Quote Link to comment Share on other sites More sharing options...
crash3903 Posted April 24, 2007 Share Posted April 24, 2007 Here!# $Id: .htaccess,v 1.3 2003/06/12 10:53:20 hpdl Exp $ # # This is used with Apache WebServers # # For this to work, you must include the parameter 'Options' to # the AllowOverride configuration # # Example: # # <Directory "/usr/local/apache/htdocs"> # AllowOverride Options # </Directory> # # 'All' with also work. (This configuration is in the # apache/conf/httpd.conf file) # The following makes adjustments to the SSL protocol for Internet # Explorer browsers <IfModule mod_setenvif.c> <IfDefine SSL> SetEnvIf User-Agent ".*MSIE.*" \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 </IfDefine> </IfModule> # If Search Engine Friendly URLs do not work, try enabling the # following Apache configuration parameter # # AcceptPathInfo On # Fix certain PHP values # (commented out by default to prevent errors occuring on certain # servers) # #<IfModule mod_php4.c> # php_value session.use_trans_sid 0 # php_value register_globals 1 #</IfModule> # Ultimate SEO URLs BEGIN Options +FollowSymLinks RewriteEngine On RewriteBase /cart/ 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 what is the url to your cart Quote Regards Mark A Reynolds Link to comment Share on other sites More sharing options...
elpaisa Posted April 24, 2007 Author Share Posted April 24, 2007 this: Emporio Femenino => Spanish Quote Link to comment Share on other sites More sharing options...
crash3903 Posted April 24, 2007 Share Posted April 24, 2007 this: Emporio Femenino => Spanish can you turn the seo on in admin Quote Regards Mark A Reynolds Link to comment Share on other sites More sharing options...
elpaisa Posted April 24, 2007 Author Share Posted April 24, 2007 can you turn the seo on in admin Just did it! Quote Link to comment Share on other sites More sharing options...
crash3903 Posted April 24, 2007 Share Posted April 24, 2007 can you turn the seo on in admin Ok there is a problem you are right can you PM me some admin login details? Quote Regards Mark A Reynolds Link to comment Share on other sites More sharing options...
elpaisa Posted April 24, 2007 Author Share Posted April 24, 2007 Ok there is a problem you are right can you PM me some admin login details? I've unprotected all admin for you just click on login, only that 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.
Note: Your post will require moderator approval before it will be visible.