Hey there.
I have two subdirectories running one drupal installation each on a 1and1 dedicated business server. And then a larger mysql/php website in the root directory. At first I thought it was an error in my root .htaccess file, where there is a long list of rewrites, and I thought I solved it, but now it seems to have crept back, and getting more frequent - which makes me think its something with memory.
I have of course added the add php handler line to all three .htaccess files.
If anyone has experience with this setup, please let me know. Have talked to a handful of solution-less 1and1 techs. Honestly, I could even work out a freelance contract, its a small job but really starting to feel out of my grasp.
If anyone would even want to look at the htaccess files, let me know and I"ll post them asap.
Comments
I'm pretty sure its still the
I'm pretty sure its still the .htaccess file in the root directory. Here it is if anyone has time to look at it for me>>
RewriteEngine On
RewriteRule ^carbonzero$ misc.php?misc=4
RewriteRule ^government$ portfolio.php?subj=1&page=3
RewriteRule ^webinararchive$ misc.php?misc=4
RewriteRule ^introducing$ misc.php?misc=3&introducing=1
RewriteRule ^williamvanhorn$ misc.php?misc=3&introducing=1
RewriteRule ^bobdegenova$ misc.php?misc=3&introducing=3
RewriteRule ^robertdegenova$ misc.php?misc=3&introducing=3
RewriteRule ^leslieglynn$ misc.php?misc=3&introducing=2
RewriteRule ^news/?$ news.php [NC,L] # Handle requests for news
RewriteRule ^portfolio/?$ portfolio.php [NC,L] # Handle requests for portfolio
RewriteRule ^expertise/?$ expertise.php [NC,L] # Handle requests for expertise
RewriteRule ^sustainability/?$ sustainability.php [NC,L] # Handle requests for sustainability
RewriteRule ^aboutus/?$ about_us.php [NC,L] # Handle requests for about us
RewriteRule ^highereducation/?$ portfolio.php?subj=1&page=1 [NC,L] # Handle requests for higher ed
RewriteRule ^energy/?$ portfolio.php?subj=1&page=2 [NC,L] # Handle requests for energy
RewriteRule ^government/?$ portfolio.php?subj=1&page=3 [NC,L] # Handle requests for government
RewriteRule ^scienceandtechnology/?$ portfolio.php?subj=1&page=4 [NC,L] # Handle requests for science and technology
RewriteRule ^academicplanning/?$ expertise.php?subj=2&page=1 [NC,L] # Handle requests for science and technology
RewriteRule ^embassies/?$ expertise.php?subj=2&page=2 [NC,L] # Handle requests for science and technology
RewriteRule ^energy/?$ expertise.php?subj=2&page=3 [NC,L] # Handle requests for science and technology
RewriteRule ^historicpreservation/?$ expertise.php?subj=2&page=4 [NC,L] # Handle requests for science and technology
RewriteRule ^integratedprojectdelivery/?$ expertise.php?subj=2&page=10 [NC,L] # Handle requests for science and technology
RewriteRule ^masterplanning/?$ expertise.php?subj=2&page=5 [NC,L] # Handle requests for science and technology
RewriteRule ^studentlife/?$ expertise.php?subj=2&page=8 [NC,L] # Handle requests for science and technology
RewriteRule ^energy/?$ sustainability.php?subj=3&page=3 [NC,L] # Handle requests for science and technology
RewriteRule ^undergraduatescience/?$ expertise.php?subj=2&page=9 [NC,L] # Handle requests for science and technology
RewriteRule ^energyservices/?$ sustainability.php?subj=3&page=5 [NC,L] # Handle requests for science and technology
RewriteRule ^sustainability_attitude/?$ sustainability.php?subj=3&page=1 [NC,L] # Handle requests for science and technology
RewriteRule ^leedprojects?$ sustainability.php?subj=3&page=3 [NC,L] # Handle requests for science and technology
RewriteRule ^acuho-i/?$ misc.php?misc=1 [NC,L] # Handle requests for science and technology
RewriteRule ^acuho-ifollowup/?$ misc.php?misc=2 [NC,L] # Handle requests for science and technology
RewriteRule ^firmprofile/?$ about_us.php?subj=4&page=1 [NC,L] # Handle requests for science and technology
RewriteRule ^awards/?$ about_us.php?subj=4&page=2 [NC,L] # Handle requests for science and technology
RewriteRule ^clients/?$ about_us.php?subj=4&page=3&clients=1 [NC,L] # Handle requests for science and technology
RewriteRule ^careers/?$ about_us.php?subj=4&page=4 [NC,L] # Handle requests for science and technology
RewriteRule ^contact/?$ about_us.php?subj=4&page=5 [NC,L] # Handle requests for science and technology
RewriteRule ^sitemap/?$ about_us.php?subj=4&page=6 [NC,L] # Handle requests for science and technology
Omission in .htaccess
I received a "500 Internal server error" in a shared 1and1 server, which I solved by closing the string:
ErrorDocument 404 "The requested file favicon.ico was not found."
at line 22 in .htaccess. This error is also in version 6.17 and 7.0alpha5.