Add php files to communicate with the database
All previous routes of the nodejs server are now working with php.
This commit is contained in:
5
server/.htaccess
Normal file
5
server/.htaccess
Normal file
@ -0,0 +1,5 @@
|
||||
RewriteEngine On
|
||||
RewriteBase /
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteRule ^(.+)$ index.php [QSA,L]
|
Reference in New Issue
Block a user