Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
base system
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Nov 2008 at 13:35 UTC
Updated:
9 Dec 2008 at 14:21 UTC
Hi... I am a noobie to Drupal and starting to love it. My issue is I loaded drupal and my theme in a directory called "drupal" located under my website root. Now... I want to be able to type website name (without /drupal.index.php) to access the site directly. Help! I've put meta tag in html at root (www.companyname.com/index.html) and also at directory level (www.companyname.com/drupal/index.html) that refreshes page to the location of ..drupal/index.php but its not running efficiently.
Here's my web page address. http://www.MovedByTheSpiritMinistries.com
Thoughts and suggestions would be appreciated.
Thanks in advance.
Comments
Comment #1
maartenvg commentedplace the .htaccess in your document root. Then modify:
to:
Comment #2
rjjjonline commentedI have revised htaccess and moved to web route. I deleted both index.html files (assume I don't need those); but I get this message when I type http://www.movedbythespiritministries.com:
Directory Listing Denied
This Virtual Directory does not allow contents to be listed.
Comment #3
maartenvg commentedthat sounds like the .htaccess isn't read at all. Can you confirm that your host allows .htaccess files?
Comment #4
gpk commentedLooks like your server is using IIS/6.0. You need to use additional IIS plugins to get .htaccess to work. Note that if you go to http://www.movedbythespiritministries.com/drupal then the site comes up correctly. If you want to get rid of the /drupal part then you either need to reconfigure IIS so that the domain is pointed directly to the Drupal folder, or else move your Drupal install into the parent directory. Or else find/install/configure the relevant plugin stuff.
Comment #5
rjjjonline commentedThanks everyone. My issue was resolved through my webhost - hostdepartment.com. We changed my Direct Indexes to default to the index.php file and put a 'redirect' to the /drupal folder.