By JeeBee on
How can I remove .../drupal-6.0 from my URL, so can enter my website on www.mysite.com instead of www.mysite.com/drupal-6.0.
Do I have to move everything from the drupal directory to 'mysite' directory and which files do I need to change?
Sorry for the 'stupid' question, but I'm new to this.
thnx
Comments
=-=
you can install in the public root (yoursite directory) or work with .htaccess to rewrite the path and remove that part of the url. There are many posts on this type of thing in the forums.
I personally suggest installing the site in your root, unless you have a firm reason as to why you aren't installing in your root.
_____________________________________________________________________
My posts & comments are usually dripping with sarcasm.
If you ask nicely I'll give you a towel : )
web directory
Thnx, but after searching the forum I have found an easier solution, I just changed the webdirectory to www.mysite.com/drupal-6.0