Questions tagged as 'apache'

1
answer

.htaccess with friendly URL that allows use of the GET method

Hello, my system makes use of a friendly URL, but the authentication of the API of MercadoLivre returns to my system using ?code=XXXX , what I need is that the site works in a hybrid way, both with the friendly URL and using the $_GET...
asked by 13.06.2016 / 23:38
2
answers

Map array on function return - PHP

Testing location (xampp), I get on the return of the function mapping an array. Example: <?php $res = $obj->Function()[0]['name']; ?> And on the production server (typical hosting) is an interpolated form has an error of type "Pars...
asked by 21.06.2016 / 03:32
1
answer

Friendly urls with ten error variables

When you place 10 error variables RewriteRule ^client/product/([a-z0-9-]+)/([a-z0-9-]+)/([a-z0-9-]+)/([a-z0-9-]+)/([a-z0-9-]+)/([a-z0-9-]+)/([a-z0-9-]+)/([a-z0-9-]+)/([a-z0-9-]+)/([a-z0-9-]+)/?$ ikoopcore/client/product.php?name=$1&price=$...
asked by 15.05.2016 / 23:29
1
answer

How to create a rewrite rule to read a repository from a site subdirectory

I have two folders in my root:    www / repo-sp /   www / repo-rj / My virtual host (www.mysite.local) points to www/repo-sp/ : When typing /rio at the end of the site, it should point to www/repo-rj/ , that is,...
asked by 29.04.2016 / 16:26
1
answer

Restricting Access to Page php with Port

I'm doing a login environment and would like this page to serve only an access port previously configured as "8080". I'm using an Apache server and it will be installed by me on the Linux machine. Would this interfere with another site if kep...
asked by 08.05.2016 / 20:25
1
answer

Is there any way to know if someone is referencing some file on my site in another?

I have a photo on my site logomarca.jpg if some smarty resovelver use my image that took hours to make and use on your site in a tag is there the possibility of knowing where the source request came from the file on my server?     
asked by 28.05.2016 / 01:40
1
answer

Request header field Content-Type is not allowed by Access-Control-Allow-Headers in preflight response [duplicate]

How can I eliminate this error? XMLHttpRequest cannot load http://www.ramosdainformatica.com.br/food/apinhac.php. Request header field Content-Type is not allowed by Access-Control-Allow-Headers in preflight response. app_controller.js:20 []...
asked by 03.05.2016 / 03:08
1
answer

Removing the index.php prefix on wampserver windows, is it possible?

Is it possible to get the index.php prefix in my local projects using wampserver?     
asked by 01.02.2016 / 14:46
2
answers

Import PHP files via URL instead of disk path

When I use an architecture like MVC in a PHP project separating the models , controllers , services , views many times using the include or require functions the application loses itself when importing the...
asked by 03.12.2015 / 13:15
2
answers

Maximum number of concurrent connections exceeded in Apache HTTP

I'm using Apache HTTP Server 1.3.29 Currently, I have an Apache server that is experiencing the error:   Internal Server Error 500 Exception: EWebBrokerException Message: Maximum number of concurrent connections exceeded. Please try again...
asked by 23.07.2015 / 15:08