a561ac89f3
All previous routes of the nodejs server are now working with php.
5 lines
139 B
ApacheConf
5 lines
139 B
ApacheConf
RewriteEngine On
|
|
RewriteBase /
|
|
RewriteCond %{REQUEST_FILENAME} !-d
|
|
RewriteCond %{REQUEST_FILENAME} !-f
|
|
RewriteRule ^(.+)$ index.php [QSA,L] |