Anyone Install Nodebb forum by Node js application in Hawkhost's Hosting
alt text
I tried but failed. If someone ever did, please give me specific instructions.
Thank you so much!.
You must install according to the usual instructions for Windows
In the last section
Instead of NGINX
You must edit the XAMPP httpd.conf file
And enable the following settings in it
And edit the configuration section as in the following example
<VirtualHost *:80>
ServerName localhost
ProxyRequests On
<Proxy>
Order deny,allow
Allow from all
</Proxy>
ProxyPass / http://localhost:4567/
ProxyPassReverse / http://localhost:4567/
Header set Access-Control-Allow-Origin "*"
</VirtualHost>
Of you're just trying to do local developmental you don't need xampp at all