[thesite] Changes to d.e.o.

Daniel J. Cody djc at starkmedia.com
Mon Aug 20 17:00:45 CDT 2001


simon, i just added those lines to httpd.conf restarted and am getting 
some errros on deo now(and i moved .htaccess to .htold)

i'll leave it up till you hav a chance to play

Simon Coggins wrote:
>>>Please let me know if you experiences any problems, as it may still be a
>>>bit buggy.
>>>
>>http://dir.evolt.org/coding/server-side/cold_fusion/ looks like you have 
>>some escaped quotes showing up..(magic quotes is enabled btw)
>>
> 
> Okay, fixed.
> 
> One final thing. I'm currently running the mod_rewrite from a .htaccess
> file in the root directory. As I understand it this causes a bit of a
> performance hit, so it would be better in httpd.conf instead. Any chance
> someone with admin privilages could move it?
> 
> Cheers,
> 
> Simon
> 
> ---- Contents of .htaccess for d.e.o. ----
> 
> RewriteEngine on
> RewriteCond %{REQUEST_URI} !\.css$
> RewriteCond %{REQUEST_URI} !\.js$
> RewriteCond %{REQUEST_URI} !\.jpg$
> RewriteCond %{REQUEST_URI} !\.gif$
> RewriteCond %{REQUEST_URI} !\.txt$
> RewriteCond %{REQUEST_URI} !\.php$
> RewriteRule    ^info/([^/]*)/?$ index.php?Info=$1 [L]
> 
> RewriteCond %{REQUEST_URI} !\.css$
> RewriteCond %{REQUEST_URI} !\.js$
> RewriteCond %{REQUEST_URI} !\.jpg$
> RewriteCond %{REQUEST_URI} !\.gif$
> RewriteCond %{REQUEST_URI} !\.txt$
> RewriteCond %{REQUEST_URI} !\.php$
> RewriteRule    ^(.*) index.php?urlstring=$1
> 
> ------------------------------------------
> 
> 
> _______________________________________________
> For unsubscribe, archive, and options, go to:
> http://lists.evolt.org/mailman/listinfo/thesite
> 






More information about the thesite mailing list