remove .htaccess for now, need to figure out something

This commit is contained in:
Jacob 2023-06-30 23:57:20 +02:00
parent 4f4c4c86b6
commit a98ad4f8ae

View file

@ -1,6 +0,0 @@
RewriteEngine On
RewriteCond %{THE_REQUEST} /([^.]+)\.php [NC]
RewriteRule ^ /%1 [NC,L,R]
RewriteCond %{REQUEST_FILENAME}.php -f
RewriteRule ^ %{REQUEST_URI}.php [NC,L]