Need Help With Websites Base URL
-
So I guess it's just me; But I cannot figure out how to make my webserver running qlo apps to point directly into the hotelcommerce folder/main page of qlo apps.
For example ill goto http://43.2.25.24 (Where my qlo apps would be hosted)
And I'm serving out of /var/www/html/hotelcommerce
so in order to see qlo apps main page I'd have to type http://43.2.25.24/hotelcommerce/
I tried changing apache2's conf file to serve directly out of /hotelcommerce but it just gives me a file not found error
-
You need to set the document root to /var/www/html/hotelcommerce.
Make sure your rewrite module is enabled and .htaccess file is present inside web directory