Tagged Questions
1
vote
4answers
76 views
Restrict webserver access to specific set of URLS only
Is there any possible way to setup and restrict access web server to specific set of URLs only. I want my web server only respond to www.abc.com, www.abc.com/videos, www.abc.com/videos/vandor-1, ...
2
votes
4answers
143 views
How to add version control and seperate development server to php/web development environment? [closed]
I'm the team lead of a small group of developers. My background is primarily in application development and I've worked in larger groups where version control (SVN, Git, etc.) have been used and ...
0
votes
0answers
77 views
Xampp and file paths
I'm having hard time with xampp, it realy getting me crazy.
I have few installations of Wordpress with Roots Template, which was loading without any css, js..etc. And the solution was to delete ...
-4
votes
1answer
91 views
How can set a local host ip address to forward to local host virtual host domain name [closed]
I want to forward different domain names to single IP Address (local for testing), but how can i recognize in pc that which domain name should be linked to which folder?
For example in my windows ...
-1
votes
1answer
197 views
PHPFox caching? [closed]
I run a big phpfox website and I currently have server setup as follows:
nginx (reverse proxy) --> Apache for dynamic content
are there other ways to cache content with phpfox?
I can't use memcache ...
0
votes
3answers
985 views
My php.ini configuration is being ignored - how can I override the error reporting level in my PHP scripts?
Just migrated to a new server, and its error reporting level for PHP is higher than the server we migrated from. It's showing warnings and notes about deprecated PHP.
While obviously, the long term ...
0
votes
1answer
263 views
Web server specifications for online Text-based web game
I am developing an online text-based game similar to Mafia wars. Of course I won't expect 20 million players on my site, but I want to choose a web server that is suitable for me.
I am a complete ...