PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Tuesday, December 28, 2021

[FIXED] How do I install wordpress and drupal together in mamp server

 December 28, 2021     drupal, drupal-9, mamp, wordpress     No comments   

Issue

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.


Solution

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/


Answered By - Thomas
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing