How can I set clean urls (enable rewrite) if I don't have a domain ?
- by Patrick
In order to enable clean urls in Drupal, I add the lines below to the lighttpd configuration file.
However I'm now working on a local server and I don't have a domain available. So I need to work with this address http://local.ip/Sites/mywebsite
I've tried to replace ["host"] with ["socket"] and replace the domain with ip and subfolders (see…