Guest User

Untitled

a guest
Mar 18th, 2025
12
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. # BEGIN WordPress
  2. # Dyrektywy zawarte między „BEGIN WordPress” oraz „END WordPress” są generowane dynamicznie i powinny być modyfikowane tylko za pomocą
  3. # filtrów WordPressa. Zmiany dokonane bezpośrednio tutaj będą nadpisywane.
  4. <IfModule mod_rewrite.c>
  5. RewriteEngine On
  6. RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
  7. RewriteBase /
  8. RewriteRule ^index\.php$ - [L]
  9. RewriteCond %{REQUEST_FILENAME} !-f
  10. RewriteCond %{REQUEST_FILENAME} !-d
  11. RewriteRule . /index.php [L]
  12. </IfModule>
  13.  
  14. # END WordPress
Advertisement
Add Comment
Please, Sign In to add comment