By jodo on
I have an installation where Drupal is in a directory below the document root (apache 1.3?- freebsd) How do I get past the standard index.html of apache to "redirect" to /drupal/index.php? All the while being able to link to and use other subdirectories on this site from within drupal.[I tried simply changing the apache document root but it had problems going to other ap directories.] Also need robots to follow.
Thanks,
Joe
Comments
1) use http (see http://willy
1) use http (see http://willy.boerland.com souce with goes to /myblog)
2) use mod_rewrite
--
groets
bertb
--
groets
bert boerland
Thanks, what about Search Engines?
With meta HTTP-EQUIV="REFRESH" CONTENT="1;URL=http://willy.boerland.com/myblog/"
Have you noticed any search engine issues. I checked google and alexa and they both seem very fond of you. So I would guess not.
Would love to hear your experience.
Joe
google loves drupal
never had problems with the html based redirection regarding pakeranking. i will use mod_rewrite in the future i think.
my pakeranking is *extreme* high on google. search for any word that was in a node title since i enabled clean url's and i bet i will show up with the first 5-10, often first.
this has nothing todo with me but comes from drupal's clean url's!
i once grepped on my accesslog before and after i enabled clean url's and i think traffic with a referrer from google was about 6 times as high!
--
groets
bertb
--
groets
bert boerland
have got the same problem
I want to point my drupal site from http://localhost/drupalfolder to http://www.sth.co.za. at the moment i damped the whole package of drupal into htdocs (Webserver doucment page) , but when i www.sth.co.za , get the apache default page. so i took out the default html page of apache and got the drupal index.php page to be displayed , but the worst is , i can't login , do any other thing on the site . can u help me