Files
Secure-Pastebin-Self-Hosted/.htaccess
T
2026-02-19 14:26:38 +03:30

9 lines
156 B
ApacheConf

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule ^ index.php [L]