Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- | __ \ / ____| (_) |
- | |__) | (___ ___ ___ _ _ _ __ _| |_ _ _
- | ___/ \___ \ / _ \/ __| | | | '__| | __| | | |
- | | ____) | __/ (__| |_| | | | | |_| |_| |
- |_| |_____/ \___|\___|\__,_|_| |_|\__|\__, |
- __/ |
- |___/
- Follow Me: @PoisonCode
- Greetz:@_CyberDrug_
- BEGIN WP
- <IfModule mod_rewrite.c>
- RewriteEngine On
- RewriteBase /
- #If you serve pages from behind a proxy you may want to change 'RewriteCond %{HTTPS} on' to something more sensible
- AddDefaultCharset UTF-8
- RewriteCond %{REQUEST_URI} !^.*[^/]$
- RewriteCond %{REQUEST_URI} !^.*//.*$
- RewriteCond %{REQUEST_METHOD} !POST
- RewriteCond %{QUERY_STRING} !.*=.*
- RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
- RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\"]+ [NC]
- RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC]
- RewriteCond %{HTTP:Accept-Encoding} gzip
- RewriteCond %{HTTPS} on
- RewriteCond %{DOCUMENT_ROOT}/home/ursula/public_html/www.joseluisfabrega.com/wp-content//$1/index-https.html.gz -f
- RewriteRule ^(.*) "/home/ursula/public_html/www.joseluisfabrega.com/wp-content//$1/index-https.html.gz" [L]
- RewriteCond %{REQUEST_URI} !^.*[^/]$
- RewriteCond %{REQUEST_URI} !^.*//.*$
- RewriteCond %{REQUEST_METHOD} !POST
- RewriteCond %{QUERY_STRING} !.*=.*
- RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
- RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\"]+ [NC]
- RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC]
- RewriteCond %{HTTP:Accept-Encoding} gzip
- RewriteCond %{HTTPS} !on
- RewriteCond %{DOCUMENT_ROOT}/home/ursula/public_html/www.joseluisfabrega.com/wp-content//$1/index.html.gz -f
- RewriteRule ^(.*) "/home/ursula/public_html/www.joseluisfabrega.com/wp-content//$1/index.html.gz" [L]
- RewriteCond %{REQUEST_URI} !^.*[^/]$
- RewriteCond %{REQUEST_URI} !^.*//.*$
- RewriteCond %{REQUEST_METHOD} !POST
- RewriteCond %{QUERY_STRING} !.*=.*
- RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
- RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\"]+ [NC]
- RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC]
- RewriteCond %{HTTPS} on
- RewriteCond %{DOCUMENT_ROOT}/home/ursula/public_html/www.joseluisfabrega.com/wp-content//$1/index-https.html -f
- RewriteRule ^(.*) "/home/ursula/public_html/www.joseluisfabrega.com/wp-content///$1/index-https.html" [L]
- RewriteCond %{REQUEST_URI} !^.*[^/]$
- RewriteCond %{REQUEST_URI} !^.*//.*$
- RewriteCond %{REQUEST_METHOD} !POST
- RewriteCond %{QUERY_STRING} !.*=.*
- RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
- RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\"]+ [NC]
- RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC]
- RewriteCond %{HTTPS} !on
- RewriteCond %{DOCUMENT_ROOT}/home/ursula/public_html/www.joseluisfabrega.com/wp-content//$1/index.html -f
- RewriteRule ^(.*) "/home/ursula/public_html/www.joseluisfabrega.com/wp-content///$1/index.html" [L]
- </IfModule>
- # END WP
- # BEGIN WordPress
- <IfModule mod_rewrite.c>
- RewriteEngine On
- RewriteBase /
- RewriteRule ^index\.php$ - [L]
- RewriteCond %{REQUEST_FILENAME} !-f
- RewriteCond %{REQUEST_FILENAME} !-d
- RewriteRule . /index.php [L]
- </IfModule>
- # END WordPress
Advertisement
Add Comment
Please, Sign In to add comment