SEO Help please, with link going to correct SEO path

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
danjapro
Forum Commoner
Posts: 72
Joined: Mon Sep 27, 2004 10:56 am

SEO Help please, with link going to correct SEO path

Post by danjapro »

I need some SEO help here, I am using joomla with custom coded added.

But when we trun on our SEO feature everything is good, but our links are not going to the correct path.

Code: Select all


Here is an example of NON-SEO link
http://site.com/index.php?option=com_community&view=profile&userid=userid&Itemid=100


When we turn on SEO

The link is
http://site.com/community/65-sexyapp/photos


But we need it to REad
http://site.com/components/community/userid-username/photos

We've tried

Redirect /community/$1/photos /component/community/$1/photos
DOES NOT WORK


WE've also Tried
RewriteRule ^component/([a-zA-Z0-9_-]+)/$1-$2/([0-9]+)\ http://site.com/index.php?option=com_co ... $1&Itemid=$ [NC]

Still nothing works, it just remains to the default, SEO change that is not correct, please HELP
Post Reply