Advertisement
Guest User

vipok

a guest
Apr 29th, 2019
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. php_value max_input_vars 4000
  2.  
  3. # BEGIN WordPress
  4. <IfModule mod_rewrite.c>
  5. RewriteEngine On
  6. RewriteBase /
  7. RewriteCond %{HTTPS} !=on
  8. RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
  9. RewriteRule ^index\.php$ - [L]
  10. RewriteCond %{REQUEST_FILENAME} !-f
  11. RewriteCond %{REQUEST_FILENAME} !-d
  12. RewriteRule . /index.php [L]
  13. </IfModule>
  14. # END WordPress
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement