I just installed drupal for the first time, but the site looks like trash. It is text only, and I cannot figure out why it doesn't allow me to add pics and configure it for myself. Please look at it and tell me how to fix it.

test.reamplifydesign.com/index.php

David

Comments

Anonymous’s picture

This usually happens when the base_url is set incorrectly in your settings.php file.

daviqh’s picture

Well then here is the snipit from my settings.php file. Please alert me if anything is wrong or if it is right.

$base_url = 'http://test.reamplifydesign.com/index.php';

David

djnz’s picture

It should be http://test.reamplifydesign.com

--------------------- WEBg8 ---------------------

sepeck’s picture

Take out the index.php and make sure there is no trailing '/'.

$base_url = 'http://test.reamplifydesign.com"

-sp
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide

daviqh’s picture

Thanks alot, I kinda assumed that it was a glaring error, so thanks.

David