Created
October 22, 2015 12:07
-
-
Save Marian0/4d689c33164bc9daf0e1 to your computer and use it in GitHub Desktop.
Revisions
-
Marian0 created this gist
Oct 22, 2015 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,19 @@ # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_URI} !/wp-admin RewriteCond %{REQUEST_URI} !/wp-includes RewriteCond %{REQUEST_URI} !/wp-login\.php$ RewriteCond %{REQUEST_URI} !/wp-content RewriteCond %{REQUEST_URI} !/feed RewriteRule (.*) http://www.groween.com/novedades [R=301,L] RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordP