PoisonCode

joseluisfabrega.com

Jun 8th, 2013
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.54 KB | None | 0 0
  1.  
  2.  
  3. | __ \ / ____| (_) |
  4. | |__) | (___ ___ ___ _ _ _ __ _| |_ _ _
  5. | ___/ \___ \ / _ \/ __| | | | '__| | __| | | |
  6. | | ____) | __/ (__| |_| | | | | |_| |_| |
  7. |_| |_____/ \___|\___|\__,_|_| |_|\__|\__, |
  8. __/ |
  9. |___/
  10.  
  11. Follow Me: @PoisonCode
  12.  
  13. Greetz:@_CyberDrug_
  14.  
  15.  
  16. BEGIN WP
  17. <IfModule mod_rewrite.c>
  18. RewriteEngine On
  19. RewriteBase /
  20. #If you serve pages from behind a proxy you may want to change 'RewriteCond %{HTTPS} on' to something more sensible
  21. AddDefaultCharset UTF-8
  22. RewriteCond %{REQUEST_URI} !^.*[^/]$
  23. RewriteCond %{REQUEST_URI} !^.*//.*$
  24. RewriteCond %{REQUEST_METHOD} !POST
  25. RewriteCond %{QUERY_STRING} !.*=.*
  26. RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
  27. RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\"]+ [NC]
  28. RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC]
  29. RewriteCond %{HTTP:Accept-Encoding} gzip
  30. RewriteCond %{HTTPS} on
  31. RewriteCond %{DOCUMENT_ROOT}/home/ursula/public_html/www.joseluisfabrega.com/wp-content//$1/index-https.html.gz -f
  32. RewriteRule ^(.*) "/home/ursula/public_html/www.joseluisfabrega.com/wp-content//$1/index-https.html.gz" [L]
  33.  
  34. RewriteCond %{REQUEST_URI} !^.*[^/]$
  35. RewriteCond %{REQUEST_URI} !^.*//.*$
  36. RewriteCond %{REQUEST_METHOD} !POST
  37. RewriteCond %{QUERY_STRING} !.*=.*
  38. RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
  39. RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\"]+ [NC]
  40. RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC]
  41. RewriteCond %{HTTP:Accept-Encoding} gzip
  42. RewriteCond %{HTTPS} !on
  43. RewriteCond %{DOCUMENT_ROOT}/home/ursula/public_html/www.joseluisfabrega.com/wp-content//$1/index.html.gz -f
  44. RewriteRule ^(.*) "/home/ursula/public_html/www.joseluisfabrega.com/wp-content//$1/index.html.gz" [L]
  45.  
  46. RewriteCond %{REQUEST_URI} !^.*[^/]$
  47. RewriteCond %{REQUEST_URI} !^.*//.*$
  48. RewriteCond %{REQUEST_METHOD} !POST
  49. RewriteCond %{QUERY_STRING} !.*=.*
  50. RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
  51. RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\"]+ [NC]
  52. RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC]
  53. RewriteCond %{HTTPS} on
  54. RewriteCond %{DOCUMENT_ROOT}/home/ursula/public_html/www.joseluisfabrega.com/wp-content//$1/index-https.html -f
  55. RewriteRule ^(.*) "/home/ursula/public_html/www.joseluisfabrega.com/wp-content///$1/index-https.html" [L]
  56.  
  57. RewriteCond %{REQUEST_URI} !^.*[^/]$
  58. RewriteCond %{REQUEST_URI} !^.*//.*$
  59. RewriteCond %{REQUEST_METHOD} !POST
  60. RewriteCond %{QUERY_STRING} !.*=.*
  61. RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
  62. RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\"]+ [NC]
  63. RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC]
  64. RewriteCond %{HTTPS} !on
  65. RewriteCond %{DOCUMENT_ROOT}/home/ursula/public_html/www.joseluisfabrega.com/wp-content//$1/index.html -f
  66. RewriteRule ^(.*) "/home/ursula/public_html/www.joseluisfabrega.com/wp-content///$1/index.html" [L]
  67. </IfModule>
  68.  
  69. # END WP
  70.  
  71. # BEGIN WordPress
  72. <IfModule mod_rewrite.c>
  73. RewriteEngine On
  74. RewriteBase /
  75. RewriteRule ^index\.php$ - [L]
  76. RewriteCond %{REQUEST_FILENAME} !-f
  77. RewriteCond %{REQUEST_FILENAME} !-d
  78. RewriteRule . /index.php [L]
  79. </IfModule>
  80.  
  81. # END WordPress
Advertisement
Add Comment
Please, Sign In to add comment