By lwatkins on
I installed everything, installed various add-ins, installed templates, etc. Everything works perfectly. Then a day or two later - when I am ready to start marketing the site it all of the sudden stops working.
I logged in today and keep getting 404 errors. I get a 404 error if I click on the previous content, if I try and have a password mailed, if I try and log-in.
I've checked the database (through cPanel) and have tried repairing the database through CPanel.
Any ideas on what could be causing this and how to fix it?
Is this possibly a result of adding it to folder in the website?
Leisa
Comments
Do you have clean URLs
Do you have clean URLs ?
Might be that your apache grabs your URL before it gets to Drupal and renders them 404 or something.
If so, that'll need some .htaccess fixing, etc.
- Pavan Keshavamurthy
- Pavan Keshavamurthy
http://grahana.net/
Resolved - Clean URL's in a Subdirectory
Thanks for pointing me in the right direction. I had it in a subdirectory and was able to fix it by adding the following to the htaccess file.
RewriteBase /blog
Leisa
URL? - edit
Can you supply a URL for the site, or is it not live yet? You say that the site is running in a subdirectory, so have you set the base_url in settings.php or in .htaccess? You might either have to comment out that option if you have set it up, or add it if you haven't. Last question: do you have another install of Drupal in the root folder?
edit: Just saw your post about it being resolved. You can ignore the above then :)
______________________________________________________________________________________________________
Need help? Check the FAQ and the Handbooks first.
______________________________________________________________________________________________________