This forum is no longer active. Please post your questions to our new community site

Forums Drupal

how to rename the drupal site

Subscribe to how to rename the drupal site 3 post(s), 2 voice(s)

 
Avatar anu 5 post(s)

Hi,

I installed the bitanami_drupal6 stack. Now I can acess the created site at http://127.0.0.1:8080/drupal . but I want to give other name instead of drupal i.e. http://127.0.0.1:8080/xyz and everything should work.

For this I changed the drupal-6.10-1/apps/drupal/conf/drupal.conf file

changed

Alias /drupal/ “/home/xyz/drupal-6.10-1/apps/drupal/htdocs/”
Alias /drupal “/home/xyz/drupal-6.10-1/apps/drupal/htdocs”

to

Alias /xyz/ “/home/xyz/drupal-6.10-1/apps/drupal/htdocs/”
Alias /xyz “/home/xyz/drupal-6.10-1/apps/drupal/htdocs”

it opened the front page successfully , but rest of the links not working.

showing error

Not Found

The requested URL /drupal/index.php was not found on this server.

Can anybody help me regarding this asap.

Thanks,

 
Avatar anu 5 post(s)

Hi , all

got it solved from the previous post http://bitnami.org/forums/forums/drupal/topics/…

sorry for repeating the question.

 
Avatar Beltrán Rueda Administrator 3,714 post(s)

Hi, I’m glad to hear this!

Forums Drupal