Skip to content

Instantly share code, notes, and snippets.

View Chrissy's full-sized avatar

Chris Clark Chrissy

View GitHub Profile
### Symphony 2.0.x ###
Options +FollowSymlinks -Indexes
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
### DO NOT APPLY RULES WHEN REQUESTING "favicon.ico"
RewriteCond %{REQUEST_FILENAME} favicon.ico [NC]
@Chrissy
Chrissy / watermarker
Created February 24, 2011 04:30
here is the htaccess file. my rewriterule is at the bottom. also included watermark script using GD. Gist is determined to put the php file first, though you may or may not even have to look at this. the htacces file is below it.
### Symphony 2.0.x ###
Options +FollowSymlinks -Indexes
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
### DO NOT APPLY RULES WHEN REQUESTING "favicon.ico"
RewriteCond %{REQUEST_FILENAME} favicon.ico [NC]