By coommark on
I have read through all the posts on enabling clean urls on 1and1.com on a drupal 5.1 installation. It keeps giving me this error message when i run the crean url test:
Error 500 - Internal server error
An internal server error has occured!
Please try again later.
Anyone with an experience? soooooo frustrating i am pulling my hair out!
Please help. Mark
Comments
i'm having the same
i'm having the same trouble... bump
found the fix
write an .htaccess file with this in it and then put it in the root of the drupal folder
found somewhere on the drupal site. sorry for the lack of source
Edit .htaccess and change
Edit .htaccess
and change the following line:
#RewriteBase /drupalto
RewriteBase /(here we suppose that your drupal is installed in root of the website, otherwise if it's in a subfolder say "drupal", then you need to just uncomment the default line).
sweet
thanks!
~M
I know this is old
I know is an old thread, but I seems to be having the same issue today. (I try to avoid 1and1 for Drupal, but it works for low traffic sites.)
When first trying the install with just the Drupal Core (6.11 as of today), the install wouldn't allow for clean URLs, but after looking over all of the .htaccess settings, I discovered that on line 75
RewriteEngine onthe on in this statement needs to be capitalized like this:RewriteEngine Onand on line 101, uncomment theRewriteBase /and you'll have clean URLs on 1and1.Worked for me, too
mrtnyeti-
Wow; thanks! I just installed 6.12 on 1and1, followed your directions, and it worked for me, as well. Your first comment about it being an older thread cracked me up, because we both went back to it and got something out of it.
Thanks for posting your solution.
Thanks - worked for me too on
Thanks - worked for me too on 1and1!
Perfect!
worked like a charm
P.S. I just started another Drupal site on 1and1: http://www.stupidai.com
thanks from me too!
worked like a charm.
old threads never die, not when they continue to help!
Works Perfectly!
Thanks for the help!
Thanks, just try this out
Thanks, just try this out with drupal 8 and it worked! :D
Another Happy Camper
Thanks, this is a very helpful thread.
Digital Polyglot - https://www.jamesmatthewsaunders.ai/
Thank you!
Worked like a charm.
I still can't get this to
I still can't get this to work, tried the advice above and still can't get clean url with 1and1.
Any other idea?
changed my .htaccess file to
RewriteEngine On
RewriteBase /drupal-6.19
check out my reply
check out my reply on
http://drupal.org/getting-started/clean-urls#comment-3529300
cheers
1and1 htaccess fix for drupal 6.22 worked
rewrite base and capital "On" worked
Thanks guys. This fixed my 1and1 clean url problem. I am in a VirtualDocumentRoot and needed to unslash#
RewriteBase and enter my directory after the slash /
it still works!
Thanks Gurpartap Singh! uncommenting that line in .htaccess does the trick!
# If your site is running in a VirtualDocumentRoot at http://example.com/,
# uncomment the following line:
RewriteBase / (<---- this is the line that you need to uncomment)