ADDON: Simple Redirect 301 for Cs Cart

Hello,



Finally the 301 Redirect Addons has been developed, i think it' a a MUST HAVE addon for SEO



Benefits[list]

[]Avoid to write thousand of htaccess rules

[
]Use it inside Cs Cart in a simple way

[]Boost your seo adjusting all 404 errors in your webmaster tools

[
]Avoid duplicated contents

[/list]

Features



Ispired to “Permalink redirect plugin for Wordpress” the simple redirect can:[list]

[]301 redirect categories from an old permalink (just one or more)

[
]301 redirect single product from an old permalink (one or more!)

[*]Global rules, redirect from and to in a simple way [from-url] [spaces] [to-url]

[/list]

The add-on price is $49.



You can send me a private message for the Paypal payments details, once payment is received, addon will be emailed to you, please specify in paypal notes the email address and addon your purchasing.



This add-on works correctly with a standard SEO add-on



Feel free to ask any questions.



Is there any demo ?

Hello, nope but i'm creating one now and let you know

Can this addon do more then a simple script within .htacces? For example automatically create redirect when seo name changes?



I use:





within .htacces







RewriteEngine on

Pleas note that RewriteBase setting is obsolete use it only in case you experience some problems with SEO addon.

Some hostings require RewriteBase to be uncommented

Example:

Your store url is http://www.yourcompany.com/store/cart

So “RewriteBase” should be:

RewriteBase /store/cart

RewriteBase /


# Product redirects

[i]# Product redirects[/i]

RewriteCond %{REQUEST_URI} .*\[b]/storeoldurl.html[/b]
RewriteRule ^.*$ [b]http://domain.com/newurl.html[/b] [L,R=301]
[i]# End product redirects[/i]


RewriteCond %{REQUEST_FILENAME} !\.(png|gif|ico|swf|jpe?g|js|css)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php?sef_rewrite=1 [L,QSA]

[quote name='MichielTG' timestamp='1368354855' post='161656']

Can this addon do more then a simple script within .htacces? For example automatically create redirect when seo name changes?



I use:





within .htacces







RewriteEngine on

Pleas note that RewriteBase setting is obsolete use it only in case you experience some problems with SEO addon.

Some hostings require RewriteBase to be uncommented

Example:

Your store url is [url=“http://www.yourcompany.com/store/cart”]http://www.yourcompany.com/store/cart[/url]

So “RewriteBase” should be:

RewriteBase /store/cart

RewriteBase /


# Product redirects

[i]# Product redirects[/i]

RewriteCond %{REQUEST_URI} .*\[b]/storeoldurl.html[/b]
RewriteRule ^.*$ [b][url="http://domain.com/newurl.html"]http://domain.com/newurl.html[/url][/b] [L,R=301]
[i]# End product redirects[/i]


RewriteCond %{REQUEST_FILENAME} !\.(png|gif|ico|swf|jpe?g|js|css)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php?sef_rewrite=1 [L,QSA]


[/quote]

Well your that trick is also useful but it is painful for newbie and honestly it is risky if you missed any comma, semicolon something like that than your site will face trouble. So this addon will be able to avoid those trouble and can redirect many links as you want.

@Webjuice. Sent you a message. I'm interested in this addon.

[quote name='MichielTG' timestamp='1368354855' post='161656']

For example automatically create redirect when seo name changes?[/quote]



Does it have the above feature ? ie will it generate automatic redirection to new URL ?



Need it for 4.0.x