Having problems installing Drupal? See the Installation Guide for more information.

install Drupal to subdirectory, missing obvious tip?

So, I just spent way to much time trying to test out Drupal in a subdirectory of one of my primary web spaces.

Turns out all the Apache mod_rewrite .htaccess tips like

  RewriteCond %{REQUEST_URI} !drupal/
  RewriteRule (.*) /drupal/$1 [L]

leave out the fact that if the subdirectory you move Drupal into is "/core" it still won't work, because there is actually a "/core" folder inside the default Drupal installation folder.

I'm starting this post because I want to know if I'm wrong?

Drupal theme - installation issues

Hello All,

I'm having some issues getting a drupal theme installed, from what was supposed to be a simple process, the creator of the theme has now advised that I need to use Git & Composer which is well beyond my technical ability. Below is a brief ramble of things that have happened so far to give a bit of background; -

All of my drupal sites are on a web hosting service (cPanel controlled, so assuming shared server with Linux?)

File could not be saved. unknown error

Hello all,

I'm new to Drupal, I finished the installation Drupal 8, but when uploading files I'm getting the same error message each time.

Yes there are similar cases on this and other forums that I've found and tried all the given solutions.

Share database on multiple installations

Hi,
I want to make a drupal 8 installation on a server and share the database to 2-3 computers with local installations.
What is a easy/good approach doing this? (Im not a developer but have made some drupal sites)

Thanks!

Can i transfer my Woocomerce website to Drupal?

Hello there,

I need to confirm that can I transfer my Woocomerce website to the Drupal (CMS)platform with full files to drupal means. is drupal supports Woocomerce files? obviously database will be compatible but I am not sure for Woocomerce main files which is public_html like wp-content and all.

Here is the website link which you can go through https://flowerportal.in/.

Let me know if it is possible then I may transfer to drupal.

What about SEO Ranking?

How to make drupal installer available for sub directory?

I have my main directory at "C:\xampp\htdocs\drupal", and there are two sites laying there: one for production and one for test:

  • prod: "C:\xampp\htdocs\drupal\prod"
  • test: "C:\xampp\htdocs\drupal\test"

to make this short, I add these to my httpd.conf like:

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal