MrLetsplay
ab3f0b2df4
Co-authored-by: The Arrayser; <TheArrayser@users.noreply.github.com> Co-authored-by: Julian; <JDobeshow@users.noreply.github.com>
10 lines
343 B
ApacheConf
10 lines
343 B
ApacheConf
RewriteEngine On
|
||
|
||
RewriteRule ^sus$ sus.html [NC]
|
||
RewriteRule ^matrix$ matrix.html [NC]
|
||
RewriteRule ^/$ sus.html [NC]
|
||
RewriteRule ^/sus$ sus.html [NC]
|
||
RewriteRule ^🆘$ sus.html [NC]
|
||
|
||
AddType application/x-httpd-php .html .htm
|