Menu Content

Podpora

> Diskusní fóra, FAQs & placená podpora
Welcome, Guest
Username Password: Remember me

Profile for Zanato

  • OFFLINE
  • Time Zone: GMT +0:00
  • Local Time: 11:04
  • Posts: 4
  • Profile Views: 1454
  • Location: Unknown
  • Gender: Unknown
  • Birthdate: Unknown

Signature

Posts

Posts

emo
Nobody?
Ignoring certain URL ...
Category: JoomSEF 3
emo
Hi, I'm using JoomSEF on a site and I'm also using Acajoom for news letters.

At the end of the newsletter there is a link to UNSUBSCRIBE which looks like...
mysite.com/index.php?option=com_acajoom&Itemid=999&act=unsubscribe&subscriber=2964&cle=a78e6e6a1fa8e5030708edb2e0c6fd2d&listid=1

However, anyone wishing to unsuscribe is being sent to the SEF URL mysite.com/acajoom which doesn't give them un-subscription options. It just gives a list of previous newsletters.

I need JoomSEF to ignore URL's with com_acajoom within them or some similar fix but I've been unable to find a solution.

Any ideas?
Ignoring certain URL ...
Category: JoomSEF 3
emo
Solved!

Options +FollowSymLinks 
RewriteEngine on
RewriteBase /
RewriteCond %{QUERY_STRING} ^categoryID=79$
RewriteRule ^index.php$ /shop/categoryname? [L,R=301]
Redirect troubles...
Category: JoomSEF 3
emo
Hi, I'm using JoomSEF and the virtuemart plugin. I'm developing a new site to replace on old ecommerce system.

The old url looks like domain.com/index.php?categoryID=79

And the new one looks like domain.com/shop/categoryname

I now need to 301 redirect the old urls to the new ones. Easier said then done!

In my .htaccess I have...
 
RewriteEngine On
RewriteRule (.*)categoryID=45$ shop/category1 [L,R=301]
RewriteRule (.*)categoryID=46$ shop/category2 [L,R=301]

...but it don't work. It works fine if I omit the '?' from the old url but it seems once there is a query I need to have something else in the .htaccess. I know very little about this subject but I'm guessing I need some RewriteCond rule in there?

Any guidance would be greatly appreciated!
Redirect troubles...
Category: JoomSEF 3
More
Přihlášení uživatele Prázdný