I am completely new to drupal and have just installed drupal 7.15 on my local machine. i got the concept of backend admin panel. now i am confused about how to display frontend section. there must be "view site" button on the admin section and by clicking on that should be redirected to homepage of the frontend side just as wordpress. please help me out with this issue. Thanks

Comments

Bizio’s picture

When you are logged-in (e.g. how Admin > "user-1") you can see you site and the other functions reserved to Admin (a dark menu bar on top the window). At the first time maybe you can set option inside the "Configuration" menu.

To "return" at you "external" site press the icon with the Home on the left (top menu).

You can to apply meny different themes (custom or template) but this basic concepts are ever true.

Ciao
Fabrizio

vm’s picture

front end = back to the public root.

backend url = yoursite.com/?q=admin or yoursite.com/admin with clean urls enabled. Thus front end is at yoursite.com

yoursite.com is a placeholder, if your site lives in a sub directory be sure to include it in the path.

WorldFallz’s picture

One thing that's not very clear to folks (especially those familiar with systems like joomla) is that there really is no 'front end' and 'back end' to a drupal site. Not like there is with joomla. The site is the site and what you see or can do is determined by the permissions the account/role has been given.