
How do i build a redirect from an asp site to a php site?
My company switched from an asp site to a php site. We want to build redirects so that we don’t lose all of the good product reviews done by bloggers and other sources. Can someone give me the code so I can create these redirects. We were previously using network solutions. Now we are using joomla.
Thank you for any help you can provide.
Ashley
@Laogeodr… That is a valid solution but you will still lose credibility with Google. If you want to keep some of your page rank, your also need to send a 301 permanent redirect so the search engines will know that the link has changed.
RewriteEngine On
RewriteRule (.*)\.asp $1.php [R=301,L]
PHP Basics: Embedding PHP inside HTML