Hi I am very new to this and need to know how I can move my website www.mywebsite.com/drupal to people can access it by just going to www.mywebsite.com. I tried copying all the information from the drupal folder to the root folder but none of the links work.

What do I need?

Comments

vm’s picture

A) if using clean urls, disable them
B) move files
C) alter settings.php for $base_url if set
D) clear cache tables in DB if necessary
E) renable clean urls
_____________________________________________________________________
My posts & comments are usually dripping with sarcasm.
If you ask nicely I'll give you a towel : )

mmccan11977’s picture

C) alter settings.php for $base_url if set <--- how do I do
D) clear cache tables in DB if necessary <----- is this the same as clearing the browser cache, if not please explain...

Thank you thus far

vm’s picture

C) open sites/default/setting.php

FIND $base_url

D) open phpmyadmin
find your cache tables
select them
then use the empty tab at the top *thats empty, NOT drop.

_____________________________________________________________________
My posts & comments are usually dripping with sarcasm.
If you ask nicely I'll give you a towel : )