mirror of
https://github.com/Aviortheking/DeltaCMS.git
synced 2025-04-23 03:12:14 +00:00
updated composer.json to user psr-4 autoloader updated .htaccess to point to the correct file Rewrite of most of the project
5 lines
93 B
ApacheConf
5 lines
93 B
ApacheConf
RewriteEngine on
|
|
|
|
RewriteCond %{REQUEST_FILENAME} !-f
|
|
RewriteRule ^(.*)$ ./index.php [L,QSA]
|