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