css working, kinda looks like mspa now!

This commit is contained in:
unknown 2019-11-03 10:40:17 -05:00
parent 9e17051db3
commit 54ddfd33c2
14 changed files with 329 additions and 6 deletions

View file

@ -1,4 +1,7 @@
php_value display_errors 1
php_value date.timezone "America/New_York"
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule . /index.php [L]
RewriteRule . index.php [L]