uncommenting
rewritebase /
doesn't work for me
please help
Hi bioshock, do try these in order:
1. Uncomment RewriteBase / in htaccess
a) Access .htaccess in your Drupal folder
b) Look around for the line " # RewriteBase /". Uncomment it by removing the "# ".
c) If your drupal main page is in a subfolder like yourdomain.com/drupal. Change the line to
Rewritebase /drupal
2. Check permissions.
Ensure that your files are all CHMODed to 755 and below (777 causes problems after the update).
Look into ALL folders. CHMODing at /public_html does not affect subfolders
3. Disable clean URLs
After the Saturday HTTP update clean URLs (Drupal,Joomla etc) didnt work on some of the free servers.
Drupal will still work if you disable clean URLs.
a) Go to yourdomain.com/?q=user
b) Login with your root account.
c) Ignore any errors, Drupal does know that you are logged in.
d) Go to yourdomain.com/?q=admin/settings/clean-urls
e) Disable clean URLs and save.
If this doesn't help, probably your htaccess file is change or corrupted, delete it and re-upload an original copy. Otherwise check the Drupal documentation to troubleshoot as per normal.
Hope you will get your site back =)
If my post helped please add to my rep. Thx.