I followed the video shown in the documentation for this theme, but after install I am unable to navigate to the admin panel and I get a 404. What step am I missing?
What I did:
1. Create a db
2. uploaded install profile
3. navigated to install profile on site
4. ran the (mega)drupal setup
5. finished and went to new site
6. typed /admin after the url
7. got 404'd
Help,
Scott
UPDATE: eventually found at ?q=admin....
Hi,
Please check permission of default (site/default. That folder;s permission should be 755, and then check whether there is file.htaccess in folder root or not?
I eventually figured out my problem. I had placed the site in a /beta subfolder and I had to change the .htaccess RewriteBase to /beta then the clean links option worked.