petronbot/petragulicher/master/bak_20131113/.htaccess - Htaccess File

petronbot/petragulicher/master/bak_20131113/.htaccess

<IfModule mod_rewrite.c>
  Options +FollowSymlinks
  RewriteEngine On

  # Adaptive-Images -----------------------------------------------------------------------------------

  # Add any directories you wish to omit from the Adaptive-Images process on a new line, as follows:
  # RewriteCond %{REQUEST_URI} !some-directory
  # RewriteCond %{REQUEST_URI} !another-directory

  # RewriteCond %{REQUEST_URI} !assets

  # Send any GIF, JPG, or PNG request that IS NOT stored inside one of the above directories
  # to adaptive-images.php so we can select appropriately sized versions
  # RewriteRule .(?:jpe?g|gif|png)$ adaptive-images.php

  # END Adaptive-Images -------------------------------------------------------------------------------
</IfModule>

RewriteCond %{HTTP_HOST} ^petragulicher.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.petragulicher.com$
RewriteRule ^blog/?(.*)$ "http://petragulicher.wordpress.com/$1" [R=301,L]

RewriteRule ^conceptual/$ http://www.conceptualconsultancygroup.com [NC,L] # Handle requests for conceptualconsultancygroup.com

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, REQUEST_URI

Comments

Apache