Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
ive got a development site on my LAN - http://192.168.0.108/drupal
I want to access it from the www, by using mod_proxy on my server ( not running drupal)
So on my server I add
ProxyRequests Off
Order deny,allow
Deny from all
Allow from localhost
ProxyVia On
Order Allow,Deny
Allow from all
i can bring up the home page web page but it cant access style sheet or any links from the webpage
* warning: include_once(./) [function.include-once]: failed to open stream: Success in /home/srdludbreg/public_html/includes/theme.inc on line 155.
* warning: include_once() [function.include]: Failed opening './' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /home/srdludbreg/public_html/includes/theme.inc on line 155
I am trying to set up a Drupal 7 install, multisite, RC4.
I make a sites/subdirectory for the first domain, it asks for install type, language and db info, I give it the db info and it tells me it's already installed...it makes a settings.php in the subdirectory for the domain, but makes it's files folder in the default directory of "sites".
I've deleted and created 3 databases and deleted countless settings.php files and files folders to do over and it keeps doing the same thing.
In my current setup, I have a development area, test area and then eventually a live/production area.
What is the best way to move the drupal site I am working on from one area to another? I want to be able to replicate what I am using in development in the testing area and then move it to a live site. I want users in the test area to have the same options in admin, etc. that I am using in development and once they have approved everything, move it to production.
I install drupal 7 rc4 on godaddy's windows shared hosting(root directory),can't install theme and Modules online.
Error installing / updating
File Transfer failed, reason: /Hosting/6854906/html/sites/all/themes is outside of the /Hosting/6854906/html
but move site into Subdirectory ,it can work correctly.
Another problem:if Enabled clean URLs ,when install theme and Modules ,403 error occurred.
who can help me
I tried to install the orange theme (http://drupal.org/project/orange) in the Drupal 6.20, but when I did it, the result was not the expected, the menus and search field are not displayed and some text fields dont fit inside the images. To install the theme I have just unzipped the orange theme inside my Drupal/themes directory. Should I configure something more to my installation looks like this http://drupal.amandarodriguez.com/node ??