Questions tagged as 'apache'

2
answers

I can not access the other project urls

I'm migrating to linux and I'm having a hard time, I installed php, apache, mysql and composer, I can create projects all blz I had a great help until I came to that. The problem is when I try to access my.project / my_project ... when I ente...
asked by 06.06.2014 / 03:35
2
answers

Page does not stop loading when I use exec in WAMP

I need to make a PHP script that runs a program on the server, but the page does not stop loading, it's like waiting for the process to finish. I've been in services.msc and I put the apache process in order to interact with my desktop, howev...
asked by 27.02.2014 / 22:15
1
answer

Problems with RewriteRule in apache 2.22 (in DigitalOcean.comm)

I use a cloud server called Digital Ocean . However I'm having trouble trying to create friendly URLs. I activated the module rewrite through the command:    sudo a2enmod rewrite and changed sudo nano /etc/apache2/sites-availab...
asked by 03.03.2014 / 08:12
1
answer

APACHE Rewriting the subdomain URL of a Server (A) to a subdirectory of a Server (B)

My application is on server (A) Accessible through the URL: nombre.domain.com I have another server (B) Accessible through the URL: www.dominio.com.br I need to access this server url (B) this way ULR: www.dominio.com.br/nome It needs t...
asked by 19.02.2014 / 18:50
1
answer

How to write what is received in an Apache port right in mySQL?

Hello. I have a server Apache (XAMPP) and I need to receive messages from a device that sends messages to a specific IP and port. I would like to set Apache to listen for a port (443, for example) and to record everything that it r...
asked by 23.04.2014 / 15:59
1
answer

Enable rewrite on Manbird

I've switched from Ubuntu to Manjaro, but I'm having a hard time enabling rewrite in Apache. I saw in a tutorial explaining, but I was in doubt of that line: #My site mod_rewrite configuration <Directory "/ABSOLUTE/PATH/YourSite"> Allo...
asked by 20.07.2018 / 13:09
0
answers

NON-WWW | Force HTTPS | Subdomains

I've been having trouble setting up my htaccess for days. I have tried many configurations that I found on the internet and even some of them here and no success. I need in my htaccess to have the following characteristics: Always use H...
asked by 02.07.2018 / 15:45
0
answers

use .htacces properly for links

So, I have the following condition in my .htaccess: RewriteCond %{REQUEST_URI} !.(jpe?g?|png|gif|css|js) [NC] That tells me to release the above extensions in the case of the redirect below RewriteRule .* index.php [NC,L] Full .htacces...
asked by 29.06.2018 / 15:30
0
answers

redirect to index.php in .htaccess except for one page maintenance.php

I have .htaccess below and it seems to be working fine: <ifModule mod_rewrite.c> # LIGA O MOTOR DE REESCRITA (Rewrite) RewriteEngine on # BUSCA PELA BASE /teste/ NO HOST ACESSADO RewriteBase /teste/ # FAZ UMA ESCESSÃO DE...
asked by 23.06.2018 / 14:55
1
answer

Use additional HD Linux space Ubuntu on main drive where apache is located

Good afternoon, sorry the question is a beginner in linux, I will explain my case. I have an instance of 4 gb ram 80 ssd in google cloud compute engine with ubuntu. so far, ok, I have my website inside the apache folder / home / user / website c...
asked by 25.05.2018 / 23:41