shoaly/etapasvi.com/master/www/uploads/photo/.htaccess - Htaccess File

shoaly/etapasvi.com/master/www/uploads/photo/.htaccess

<IfModule mod_rewrite.c>
  RewriteEngine On

  RewriteCond %{REQUEST_URI} !^/uploads/photo/preview/.*
#  RewriteCond %{REQUEST_FILENAME} !-f 
#  RewriteRule ^(.*)$ http://lh3.googleusercontent.com/$1 [QSA,L]  
#  RewriteRule ^(.*)$ http://lh3.ggpht.com/_h_ndBu6jdk8/$1 [QSA,L]  
  RewriteRule ^(.*)$ http://lh3.ggpht.com/$1 [QSA,L]  
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache