~J~ wrote:All necessary steps for successful un-installation are following:
1) remove MSU installation line
2) Change the end of each line with Rewrite Rules to [R=301,L,QSA].
That is all. It cant be easier or simpler. Both install and un-install process is quick and effective.
J-
Does this uninstall process requires leaving includes/magic_seo_url.php and includes/msu_tweak.ini files in place?
Also, does the uninstall process requires leaving the RewriteCond lines in places as well or just the Rewrite Rules?
does it have to be something like this:
#privacy - privacy
RewriteCond %{QUERY_STRING} ^currency=([a-zA-Z]{3})&zenid=([a-z0-9]*) [OR]
RewriteCond %{QUERY_STRING} ^currency=([a-zA-Z]{3}) [OR]
RewriteCond %{QUERY_STRING} ^zenid=([a-z0-9]*) [OR]
RewriteCond %{QUERY_STRING} ^
RewriteRule ^privacy.html$ index.php?main_page=privacy [R=301,L,QSA]
OR is this acceptable:
#privacy - privacy
RewriteRule ^privacy.html$ index.php?main_page=privacy [R=301,L,QSA]