-
Published Question
I have a few different projects and all of them are set in /var/www/html folder. Each one has its own folder. That's what I wrote in my virtual host to activate all of them:
<VirtualHost *:80>
.
.
Doc...
1
•
•
By
itayperry91
Apache
PHP
-
Published Question
That's what I was trying to do (using Apache 16)
I have two enabled config files.
<VirtualHost *:80>
ServerAdmin admin@something.com
ServerName mydomain.com/project_1
ServerAlias www.mydomain.com/project_...
1
•
•
By
itayperry91
Apache
-
Published Answer
Could it be done with the same domain but having different routes?
<VirtualHost *:80>
ServerAdmin admin@something.com
...
•
By
itayperry91
-
Published Answer
ServerName mysite.com
ServerAlias www.mysite.com
<Directory "/path/www.mysite.com/public_html">
AllowOverride Al...
•
By
itayperry91
-
Published Question
I have been trying to host a website (php project) on Digital Ocean using Ubuntu 16.04.5 and apparently it's pretty complicated for the inexperienced. I uploaded all files to var/www/html using FileZilla and the main ...
2
•
•
By
itayperry91
Apache
-
Published Answer
Does this option still exist? I asked a questions a few minutes ago with a mistype and I can’t edit/delete it.. that’s so weird.
•
By
itayperry91
-
Published Question
I have been trying to host a website (php project) on Digital Ocean using Ubuntu 2.4.18 Example link (http://)and apparently it's pretty complicated for the inexperienced. I uploaded all files to var/www/html using Fi...
1
•
•
By
itayperry91
Apache
PHP
PHP Frameworks