Yea, although you would think since its a "virtualhost" that it would assume the document root as the point to start at even without the directory tag.


Richard Thomas - Code Monkey
Cyberlot Technologies Group Inc.
507.398.4124 - Voice


Willie Alberty wrote:
On Nov 29, 2006, at 12:52 PM, Richard Thomas wrote:

Nevermind, when putting this directly in your httpd.conf file you have to use the full path to your index.php

Or enclose the directives in a <Directory> block:

  <Directory "/path/to/your/www_root">
    Options +FollowSymLinks
    RewriteEngine on
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule !\.(js|ico|gif|jpg|png|css)$ index.php
  </Directory>

--

Willie Alberty, Owner
Spenlen Media
[EMAIL PROTECTED]

http://www.spenlen.com/

Reply via email to