sdellow/wp-framework/master/src/sample.htaccess - Htaccess File

sdellow/wp-framework/master/src/sample.htaccess

# Dev images from staging/live domain.
<IfModule mod_rewrite.c>
  RewriteEngine On
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteRule content/uploads/(.*.(gif|jpg|png)) http://domain.com/content/uploads/$1 [QSA,R,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache