Created
July 4, 2014 08:59
-
-
Save illycz/53cf2f796ee9af8d84a1 to your computer and use it in GitHub Desktop.
Instalace ve složce Wordpress
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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