-2

I have a developed website already in wordpress, now i want to install drupall and develope another website with. How can I keep my worpdress site and intsall the drupal too?, these two are in same directories.

1 Answers1

0

Webroot for both is bad, because both use same files like index.php

Maybe try this:

Wordpress: /htdocs/wordpress/webroot/

Drupal: /htdocs/wordpress/webroot/drupalwebroot/

So Drupal is in a subfolder (drupalwebroot) from wordpress.

You can use Drupal in a subfolder instead of full domain. Example shows backend urls:

  • localhost.test/wp-admin/
  • localhost.test/drupalwebroot/admin/
Thomas
  • 76
  • 8