Database GUI - PHP ScriptDatabase GUI - PHP Script
e-commerce and content management system(CMS) database management web application for non-IT peopleDatabase GUI - PHP Script
e-commerce and content management system(CMS) database management web application for non-IT people1 Support questions or comments
Please login or create an account to post a question or comment.
-
May 27, 2017paulgagu PurchasedHi there,
Im having problems to install in a linux server in a folder, not in the root, is possible this?
Im having this problems:
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
Same in Chrome.
- View 1 more reply
-
May 28, 2017paulgagu PurchasedHi Mike,
Thank you for your reply, yes I have an APACHE installation, LAMP ready.
So do I need to change in order to have it working in a folder under a domain? Is possible? thank you again for your help
-
May 28, 2017mike2012 AuthorWhat's your domain name? Can I visit that website?
-
May 28, 2017mike2012 Author@paulgagu:
I guess you need to add a new .conf file in your apache sites-available folder. For example:
To create multi virtual host in one apache server:
-- to add a newsite test.dev to localhost website:
first, copy .conf template to create a new .conf file:
sudo nano /etc/apache2/sites-available/newsite.conf
In your file: newsite.conf
<VirtualHost *:80>
DocumentRoot /var/www/xxx1
<Directory "/var/www/xxx1">
AllowOverride All
</Directory>
</VirtualHost>
---------------------------------
sudo a2ensite newsite.conf
sudo service apache2 restart
/etc/hosts
add
127.0.0.1 test.dev
into this hosts file.
Information
Category | Scripts & Code / PHP Scripts / Database |
First release | 3 April 2016 |
Last update | 5 April 2016 |
Files included | .php, .css, .html, Javascript .js |
Software version | PHP 5.4, PHP 5.5, PHP 5.6 |
Tags | php, jquery, MySQL, Javascript, cloud, AngularJS |