I want to implement the following:
- New site structure, based on new directory path, new PHP framework, DB structure, and so on. The site should be reachable under http://www.mysite.com
- Some pages from an old structure should keep working. Old site structure should be available and stay in its old folder, say
/var/www/myoldsite - Generally speaking, when I call specific pages, say http://www.mysite.com/specificpage.php, the old site should be called, otherwise, only pages from new site should be availble.
How should I design that? In virtual host of apache? Or in a .htaccess file?