Hi,
I'm just starting to learn Drupal ( and web stuff generally ) and i have a very basic problem, but i can't figure it out.
I've downloaded drupal 6 and installed it on my local server, and ported a basic web site as a custom theme. I've set this as the default theme and everything works ok, the page appears nice with all the images and layout.
The problem is that now, no matter what i type as URL i always get to my page. So how can i go to admin page ? /q=user does not work. I can change the theme from the database but that is not what i want. I just want to keep this theme and be able to access all the drupal functionality.
I know that i've made something wrong somewhere but i can't figure out what.
Edit: For the custom page i've created the page.tpl.php and .info file. Along with the css file i've put them all in a new folder in the themes directory.
Thanks for any advice.