- Posts: 106
- Thank you received: 10
ULTIMATE Seo Urls 5 pro
- Support Team
- Offline
- Moderator
Less
More
11 years 5 months ago - 11 years 5 months ago #505
by Support Team
Replied by Support Team on topic Re: ULTIMATE Seo Urls 5 pro
Hi there,
Today I finished the seo/sef for marvikshop 3.0. There is no need for Ultimate SEO URLs 5 PRO anymore.
demoxx.marvikshop.com/de/shop-de/p-1-house.html
And Yes I am busy with a german language...
Today I finished the seo/sef for marvikshop 3.0. There is no need for Ultimate SEO URLs 5 PRO anymore.
demoxx.marvikshop.com/de/shop-de/p-1-house.html
And Yes I am busy with a german language...
Last edit: 11 years 5 months ago by Support Team.
Please Log in or Create an account to join the conversation.
11 years 4 months ago - 11 years 4 months ago #510
by dikkydik
Replied by dikkydik on topic Re: ULTIMATE Seo Urls 5 pro
Hello,
I\\\'m trying to get another SEO to work with .htaccess URL rewrite. This is also used on the \\\'old\\\' OsCommerce website.
However when i add the following lines to the .htaccess:
RewriteRule ^(.*)-p-(.*)-l-(.*).html$ index.php?option=com_oscommerce&osMod=product_info&products_id=$2&language=$3&%{QUERY_STRING}
RewriteRule ^(.*)-p-(.*).html$ index.php?option=com_oscommerce&osMod=product_info&products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-c-(.*)-l-(.*).html$ index.php?option=com_oscommerce&view=listcat&cPath=$2&language=$3&&%{QUERY_STRING}
RewriteRule ^(.*)-c-(.*).html$ index.php?option=com_oscommerce&view=listcat&cPath=$2&%{QUERY_STRING}
and trying to load a link like www.mysite.com/details-of-product-p-234.html i do get redirected to index.php (start page)
What am i doing wrong?
I\\\'m trying to get another SEO to work with .htaccess URL rewrite. This is also used on the \\\'old\\\' OsCommerce website.
However when i add the following lines to the .htaccess:
RewriteRule ^(.*)-p-(.*)-l-(.*).html$ index.php?option=com_oscommerce&osMod=product_info&products_id=$2&language=$3&%{QUERY_STRING}
RewriteRule ^(.*)-p-(.*).html$ index.php?option=com_oscommerce&osMod=product_info&products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-c-(.*)-l-(.*).html$ index.php?option=com_oscommerce&view=listcat&cPath=$2&language=$3&&%{QUERY_STRING}
RewriteRule ^(.*)-c-(.*).html$ index.php?option=com_oscommerce&view=listcat&cPath=$2&%{QUERY_STRING}
and trying to load a link like www.mysite.com/details-of-product-p-234.html i do get redirected to index.php (start page)
What am i doing wrong?
Last edit: 11 years 4 months ago by dikkydik.
Please Log in or Create an account to join the conversation.
11 years 4 months ago #511
by Simpel
Replied by Simpel on topic Re: ULTIMATE Seo Urls 5 pro
I used this in my .htaccess
RewriteRule ^([a-z0-9/-]+)-lego-([0-9]+)$ index.php?option=com_oscommerce&osMod=product_info&Itemid=160&products_id=$2&%{QUERY_STRING}
RewriteRule ^([a-z0-9/-]+)-c-([0-9]+)$ index.php?option=com_oscommerce&osMod=index&Itemid=160&cPath=$2&%{QUERY_STRING}
RewriteRule ^([a-z0-9/-]+)-m-([0-9]+)$ index.php?option=com_oscommerce&osMod=index&Itemid=160&manufacturers_id=$2&%{QUERY_STRING}
I got ULTIMATE Seo Urls 5 pro work only I got some problem with multilanguagal and choosing category menu listing in joomla. If I choosed a category linking to a menu item, it takes me back to the index page of oscommerce.
So I wait for other solutions...
RewriteRule ^([a-z0-9/-]+)-lego-([0-9]+)$ index.php?option=com_oscommerce&osMod=product_info&Itemid=160&products_id=$2&%{QUERY_STRING}
RewriteRule ^([a-z0-9/-]+)-c-([0-9]+)$ index.php?option=com_oscommerce&osMod=index&Itemid=160&cPath=$2&%{QUERY_STRING}
RewriteRule ^([a-z0-9/-]+)-m-([0-9]+)$ index.php?option=com_oscommerce&osMod=index&Itemid=160&manufacturers_id=$2&%{QUERY_STRING}
I got ULTIMATE Seo Urls 5 pro work only I got some problem with multilanguagal and choosing category menu listing in joomla. If I choosed a category linking to a menu item, it takes me back to the index page of oscommerce.
So I wait for other solutions...
Please Log in or Create an account to join the conversation.
11 years 4 months ago #512
by dikkydik
Replied by dikkydik on topic Re: ULTIMATE Seo Urls 5 pro
Where have you placed your code in the .htaccess file?
I have put my code just after the following code in the original Joomla 2.5 .htaccess
## Begin - Joomla! core SEF Section.
#
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
#
I have put my code just after the following code in the original Joomla 2.5 .htaccess
## Begin - Joomla! core SEF Section.
#
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
#
Please Log in or Create an account to join the conversation.
11 years 4 months ago #513
by Simpel
Replied by Simpel on topic Re: ULTIMATE Seo Urls 5 pro
let\'s see..
# Uncomment following line if your webserver\'s URL
# is not directly related to physical file paths.
# Update Your Joomla! Directory (just / for root)
# Rewritebase /
RewriteRule ^([a-z0-9/-]+)-lego-([0-9]+)$ index.php?option=com_oscommerce&osMod=product_info&Itemid=160&products_id=$2&%{QUERY_STRING}
RewriteRule ^([a-z0-9/-]+)-c-([0-9]+)$ index.php?option=com_oscommerce&osMod=index&Itemid=160&cPath=$2&%{QUERY_STRING}
RewriteRule ^([a-z0-9/-]+)-m-([0-9]+)$ index.php?option=com_oscommerce&osMod=index&Itemid=160&manufacturers_id=$2&%{QUERY_STRING}
########## Begin Standard SEF Section
## ALL (RewriteCond) lines in this section are only required if you actually
## have directories named \'content\' or \'component\' on your server
## If you do not have directories with these names, comment them out.
# Uncomment following line if your webserver\'s URL
# is not directly related to physical file paths.
# Update Your Joomla! Directory (just / for root)
# Rewritebase /
RewriteRule ^([a-z0-9/-]+)-lego-([0-9]+)$ index.php?option=com_oscommerce&osMod=product_info&Itemid=160&products_id=$2&%{QUERY_STRING}
RewriteRule ^([a-z0-9/-]+)-c-([0-9]+)$ index.php?option=com_oscommerce&osMod=index&Itemid=160&cPath=$2&%{QUERY_STRING}
RewriteRule ^([a-z0-9/-]+)-m-([0-9]+)$ index.php?option=com_oscommerce&osMod=index&Itemid=160&manufacturers_id=$2&%{QUERY_STRING}
########## Begin Standard SEF Section
## ALL (RewriteCond) lines in this section are only required if you actually
## have directories named \'content\' or \'component\' on your server
## If you do not have directories with these names, comment them out.
Please Log in or Create an account to join the conversation.