Don't work clean URLs at 1and1.com hosting (drupal7, beta2). I changed the settings RewriteBase (in the file .htaccess), $base_url (settings.php). It did not help.
What else can i do?

Comments

sircosta’s picture

Title: Don't work clean URLs at 1and1.com hosting (drupal7) » Must change .htaccsess to work clean URLs at 1and1 (drupal7)
Assigned: Unassigned » sircosta

Hi drupalers,

I think I found the solution. You must change the .htaccsess.

Look for:

RewriteRule ^ index.php [L]

and change for:

RewriteRule ^ /index.php [L]

It works in my spanish 1and1.es hosting.

Regards from Barcelona.

bfroehle’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)
Issue tags: -Drupal, -Clean URLS, -hosting, -drupal7, -1and1

Automatically closed -- issue fixed for 2 weeks with no activity.