I'm trying (and failed :p) to change http://portfolio.reggie.be/stylesheet.php?templateid=20 in http://portfolio.reggie.be/20.css or style20.css or something.
So I added the following in my .htaccess file
Code: Select all
# Rewrites stylesheets
RewriteCond %{REQUEST_FILENAME} !-f [NC]
RewriteCond %{REQUEST_FILENAME} !-d [NC]
RewriteRule ^([^/\.]+)/.css$ stylesheet.php?templateid=$1 [QSA]
UPDATE: I'm doing this because I'm trying to combine CMSMS with flash :p

