Mobile app version of vmapp.org
Login or Join
Shelley277

: For each page, you need a redirect like the following in your .htaccess: redirectMatch permanent ^/oldDir/file.php$ http://www.newdomain.com/differentDir/file.php Notice you do not use the 'oldDomain',

@Shelley277

For each page, you need a redirect like the following in your .htaccess:

redirectMatch permanent ^/oldDir/file.php$ www.newdomain.com/differentDir/file.php

Notice you do not use the 'oldDomain', this is implied because the .htaccess you modify has to be on the old domain's server.

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Shelley277

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme