how to access Drupal base URL
Good afternoon I'm new to Drupal, I'm trying to install it but I'm having a little trouble while accessing Drupal from my browser... I extracted Drupal in the /var/www/html directory as said in the installation guid, then modified the .htaccess file as mentioned in that link: *http://www.exp-media.com/drupal7-htaccess-subfolder-tip * and uncommente*d* the base_url variable, in the default.setting.php*: * *$base_url = 'http://localhost'; // NO trailing slash!* but in vain, each time I try to access to http://localhost I get the default apache page: *the web server software is running but no content has been added, yet. * What am I doing wrong? Thank you. Cheers
On Sat, Apr 27, 2013 at 6:04 PM, Ijlal EL HAZITI <ijlal.hzt@gmail.com> wrote:
Good afternoon I'm new to Drupal, I'm trying to install it but I'm having a little trouble while accessing Drupal from my browser... I extracted Drupal in the /var/www/html directory as said in the installation guid, then modified the .htaccess file as mentioned in that link:
What happens if you visit http://localhost/html ?
When I visited http://localhost/html I got a .php file to download .... Cheers 2013/4/27 Joe Corneli <holtzermann17@gmail.com>
On Sat, Apr 27, 2013 at 6:04 PM, Ijlal EL HAZITI <ijlal.hzt@gmail.com> wrote:
Good afternoon I'm new to Drupal, I'm trying to install it but I'm having a little trouble while accessing Drupal from my browser... I extracted Drupal in the /var/www/html directory as said in the installation guid, then modified the .htaccess file as mentioned in that link:
What happens if you visit http://localhost/html ? -- [ Drupal support list | http://lists.drupal.org/ ]
OK, maybe then try in your default.setting.php: $base_url = 'http://localhost/html'; // NO trailing slash! Further, you'll want to make the corresponding change in the .htaccess. On Sat, Apr 27, 2013 at 6:49 PM, Ijlal EL HAZITI <ijlal.hzt@gmail.com> wrote:
When I visited http://localhost/html I got a .php file to download .... Cheers
2013/4/27 Joe Corneli <holtzermann17@gmail.com>
On Sat, Apr 27, 2013 at 6:04 PM, Ijlal EL HAZITI <ijlal.hzt@gmail.com> wrote:
Good afternoon I'm new to Drupal, I'm trying to install it but I'm having a little trouble while accessing Drupal from my browser... I extracted Drupal in the /var/www/html directory as said in the installation guid, then modified the .htaccess file as mentioned in that link:
What happens if you visit http://localhost/html ? -- [ Drupal support list | http://lists.drupal.org/ ]
-- [ Drupal support list | http://lists.drupal.org/ ]
Thank you very very much Corneli. I've finally got my welcome page. Have a nice day cheers
participants (2)
-
Ijlal EL HAZITI -
Joe Corneli