Skip to content

Instantly share code, notes, and snippets.

@illycz
Created July 4, 2014 08:59
Show Gist options
  • Save illycz/53cf2f796ee9af8d84a1 to your computer and use it in GitHub Desktop.
Save illycz/53cf2f796ee9af8d84a1 to your computer and use it in GitHub Desktop.
Instalace ve složce Wordpress
# CUSTOM / Disable rewrite for custom folder
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_URI} !^/blog
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment