View Single Post
Old 24th November 2007, 07:36 PM   #11 (permalink)
JWolfe
Registered User
 
Join Date: Apr 2004
Location: London
Posts: 33
Quote:
Originally Posted by percepts View Post
possibly you should use

RewriteRule ^(.*)$ /index.php?q=$1 [L,QSA]

or

RewriteRule ^(.*)$ http://www.mydomain.com/index.php?q=$1 [L,QSA]
I have tried these and they don't work. I have also read the apache docs on rewrite, without understanding what is going on. Please could one of the UH team let me know what directives are in force at server level or at directories above mine, in case this is an issue? Also please could you explain the intended use of the different aliases to the space /var/www/drupal and /var/subdomain/html/drupal - I note they have different owners. The www version is what the cpanel offers when creating the subdomain, but the subdomain version turns up in the browser address bar when things go wrong. eg http://drupal.fowle.co.uk/var/subdom...ml/install.php instead of, presumably http://drupal.fowle.co.uk/install.php

Last edited by JWolfe : 24th November 2007 at 07:42 PM. Reason: added browser address
JWolfe is offline   Reply With Quote