- Beiträge: 106
- Dank erhalten: 10
ULTIMATE Seo Urls 5 pro
- Support Team
- Offline
- Moderator
Weniger
Mehr
11 Jahre 5 Monate her - 11 Jahre 5 Monate her #505
von Support Team
Support Team antwortete auf 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...
Letzte Änderung: 11 Jahre 5 Monate her von Support Team.
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
11 Jahre 4 Monate her - 11 Jahre 4 Monate her #510
von dikkydik
dikkydik antwortete auf 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?
Letzte Änderung: 11 Jahre 4 Monate her von dikkydik.
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
11 Jahre 4 Monate her #511
von Simpel
Simpel antwortete auf 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...
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
11 Jahre 4 Monate her #512
von dikkydik
dikkydik antwortete auf 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}]
#
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
11 Jahre 4 Monate her #513
von Simpel
Simpel antwortete auf 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.
Bitte Anmelden oder Registrieren um der Konversation beizutreten.