Questions tagged as 'apache'

1
answer

Change access url as ip on htacess

I have a system that is all set with the address fixed in the code, for example: 'site.producao.com.br', and is in ip 10.109.104.27, however the development server is in link on ip 10.108.105.59. Is there a way in htacess to make if ip is d...
asked by 13.07.2015 / 15:47
1
answer

No apache permission 2.4.9

I created a local server, and when I access it through 127.0.0.1 I can access it, when I enter it through my ip, it gives this error: Forbidden You don't have permission to access / on this server. I'm on windows 8 link # # This is...
asked by 23.06.2015 / 21:18
2
answers

Apache Error in Windows 10 [duplicate]

Well ... before upgrading to win 10, apache worked just fine with both WAMP, XAMMP, EasyPHP, etc. After upgrading to win 10 I open xammp, and when I start Apache, I get this error:    20:34:36 [Apache] Error: Apache shutdown unexpectedly....
asked by 13.08.2015 / 01:39
1
answer

Configure Apache2 with PHP 5.6 to use FuelPHP

Well come on, I use ubuntu , php5.6 , apache2 , mysql-server %% FuelPHP . And while I'm using the% xampp that can certinho run my applications (however I have to start him always and he will not let me log in with more than one user). So I...
asked by 12.06.2015 / 17:15
1
answer

Performance for multiple domains on a single server

I have 2 domains pointed to the same server ( Amazon EC2 ) using VirtualHost of Apache . Does this practice interfere with performance and security or will it influence the number of accesses and resources used by the serve...
asked by 03.06.2015 / 20:18
1
answer

Laravel - The requested URL was not found on this server

What I did I made a form that registers the data in the database. Locally it worked perfectly. Problem It simply says that it is not matching the URL. It's strange because the error below says that public index.php was not found, and if...
asked by 06.05.2015 / 15:11
1
answer

Angularjs php node apache2

I started to develop in Node.js using the frameworks Express and Angular when I needed tutorials I noticed that in some the Angular is used together PHP to make requisitions in bank. My question is: on which...
asked by 08.07.2015 / 08:13
2
answers

Redirect URL to another physical folder with .htaccess

On the Ubuntu server, I have a physical folder: /var/www/html/gestao/site/temp/ I would like my .htaccess to redirect the URL domain.com.br/gestao to this physical folder transparently.     
asked by 09.08.2014 / 03:16
4
answers

No access permission for Apache 2.4.6

I made an update from Ubuntu 13.04 to 13.10, but when I checked Apache using localhost/ I'm getting the following message:    Forbidden       You do not have permission to access / on this server.       Apache / 2.4.6 (Ubuntu) Server...
asked by 24.07.2014 / 23:24
1
answer

Friendly URL in hosting Windows 2003/2008 with site in PHP

I need to convert this file .htaccess to a format compatible with a Windows hosting in Locaweb. RewriteEngine On RewriteCond %{SCRIPT_FILENAME} !-f RewriteCond %{SCRIPT_FILENAME} !-d RewriteRule ^(.*)$ index.php?link=$1 [L] In sup...
asked by 11.04.2014 / 13:40