[thesite] Changes to d.e.o.

Simon Coggins ppxsjc1 at unix.ccc.nottingham.ac.uk
Mon Aug 20 16:55:21 CDT 2001


> > 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

------------------------------------------





More information about the thesite mailing list