Mobile app version of vmapp.org
Login or Join
Fox8124981

: Slow Migration is it possible with a PHP/SQL Driven site I have a Joomla site that is operating on www.mysite.com, I want to migrate to WordPress but heres the thing, I have hundreds of pages

@Fox8124981

Posted in: #Joomla #Migration #Php #Sql #Wordpress

I have a Joomla site that is operating on mysite.com, I want to migrate to WordPress but heres the thing, I have hundreds of pages and simply moving migrating them to a test site isn't ideal since well I want to migrate now.. but I don't have the time to change all the pages all at once.

Now I already know its possible to install the WordPress to mysite.com/wordpress/ but obviously at a later date but this is not very ideal because due to the sheer number of undesirable redirects at an later stage.

My question is fairly simple but may require a complex answer.

Is it possible to run 2 SQL Driven sites in PHP such as Joomla and WordPress in the same Directory.. i.e mysite.com/ if so how.. and if not why not! I understand this might because of the index.php but is there a way around this perhaps via .htaccess - Thanks in advance.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Fox8124981

2 Comments

Sorted by latest first Latest Oldest Best

 

@Cooney921

Don't run both on the same folder.

Install WP on a separate folder, copy as fast as you can, adjust all URLs (to keep SEO), and then flip the switch (replace one site with the other).

I have been doing migrations for more than 6 years now, and rushing a migration will surely make you lose page rank, SEO, etc.

Make sure everything is working, make 301 redirects as needed, and backup, backup, backup (one for each stage of the proccess, or for each 3~5 hours of work (if the site isn't huge, of course). To make backups lighter, exclude heavy folders (video/photos/etc) from the hourly backups (make at least one good copy of videos and photos).

Rush will kill your site. In 15 years of web dev&design, I've NEVER saw a sucessful rushed project.

Good luck.

10% popularity Vote Up Vote Down


 

@Caterina187

How To Change Wordpress index.php Name

This should answer your last question. I think this would let you run Wordpress and Joomla out of the same directory, but you have to keep in mind that they will likely be sharing an htaccess file which can get messy and also if you are using permalinks things might be even trickier.


Open .htaccess file of the root site for editing
Change every instance of index.php to blog.php
Change every instance of index.php to blog.php to blog.php
Add the directive DirectoryIndex blog.php index.php to the very top of .htaccess
Save and close .htaccess.
Rename index.php to blog.php


Before making any changes to your live site be sure to back up all files and databases. I would probably recommend trying this out in a test directory first and see how the run side by side. Best of luck!

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme