For an application project that will need to support a huge amount of requests on the server such as an e-commerce portal on the day of black friday or the server of a game developer on the first day of launching an ultra-long-awaited game t...
I researched my problem and found only host solutions (none of which applied to the local server), does anyone know how I disable this stop asking the root password every time I save a file change with extension. php ? (tried chmod in th...
I'm trying to run Taiga.io on my computer. All the backend functions normally, but when I try to access the URL exemplo.com , it does not work.
I'm using: link as a tutorial.
I'm creating a development environment using Vagrant with the following dependencies:
PHP7;
PostgreSQL 9.3;
Nginx 1.9;
Git.
The problem is that when I access the url http://advodocs.local.com/ Chrome returns me:
The a...
My script PHP is not receiving the exceptions message that is generated by Firebird . I have a class that connects to DB, runs sql, and disconnects.
By debugging the script, I saw that exception is being generated b...
I've created a system that generates a site for the client, such as ICase . Example:
www.meusite.com.br/cliente1
www.meusite.com.br/cliente2
www.meusite.com.br/cliente3
www.meusite.com.br/cliente4
Just like Icasei does
Icase...
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?url=$1
Options -Indexes
I need to convert this rule to htaccess to nginx
I'm having a problem when using request.post('url', data) , for some reason when the server receives this request, it redirects (301) the request to the same url by losing the POST data, ending as a GET method.
Python:
>>>...
I have installed Nginx and HHVM to test the Hack language.
All perfect, I can program in Hack and PHP using this set.
However, by giving stop in Nginx and HHVM and start in Apache 2 it throws Erro 503 Service...
I'm passing my project to the server. I'm using nginx. And everything is already installed, because when I go to my home address shows me:
Welcome to nginx!
If you see this page, the nginx web server is successfully installed and working. Fur...