PDA

View Full Version : why change of urls now?


nandrothel
04-21-2008, 01:14 PM
I installed the script last week and had 50 articles. Now I have to unpublish and publish them again? :confused:

nany

admin
04-21-2008, 01:22 PM
Hi,

What I observed in search engine results is 'Follow up Autoresponder' and 'Follow-up-Autoresponder' are giving similar results. If you search 'Follow_up_Autoresponder', entirely different results that are not impressive. So I had to change the urls.

I had to update 61 faq questions.

You can keep permanent redirections in site's .htaccess file like this:

----------------------------------------
RewriteEngine on

RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^faq/General_Questions/1.php$ http://www.scripts4webmasters.net/faq/General-Questions/1.php [R=301,L]

RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^faq/Follow_up_Autoresponder_Pro/2.php$ http://www.scripts4webmasters.net/faq/Follow-up-Autoresponder-Pro/2.php [R=301,L]

so on ....
-----------------------------------------

Sorry for the inconvenience ...

.