Questions tagged as 'apache'

1
answer

Temporary redirect 302 to new domain with .htaccess

Hi, I'm doing a temporary redirect 302 using .htaccess, my code is # BEGIN test redirect <IfModule mod_rewrite.c> RewriteEngine On Options +FollowSymLinks RewriteEngine on RewriteRule (.*) http://www.dominio_nuevo.com [R=302,L] </IfM...
asked by 16.01.2018 / 14:36
1
answer

Add SSL Certificate from a domain to a subdomain

I have a main domain (domain.cl) in which I installed the Letsencrypt tool to generate an SSL certificate for that domain. Later I added a subdomain (sub.domain.cl) and when I opened it in the browser, it tells me that the site is not safe. My q...
asked by 16.10.2017 / 21:57
3
answers

hide the port in my URL

Well, I am writing to you because I have a problem that I can not solve and in good time it happens that I have a page with a www.mipagina.com.pe:8080 but it happens that I do not want to leave port 8080 (or any port) and only go to www.mipagina...
asked by 16.10.2017 / 20:20
1
answer

Receive IDP parameters in SP with PHP

I have configured an SP server with Shibboleth and Apache, the communication with the IDP is correct, but I do not receive any data in PHP after login. I look for the variables $ _GET, $ _POST, $ _COOKIE, $ _SESSION, and $ _SERVER, but I can...
asked by 10.10.2017 / 11:20
1
answer

Cluster Apache Mysql (MariaDB)

I am configuring a local server on 4 Linux cluster machines Raspbian Stretch. Right now I have apache configured with balancer-manager to distribute the traffic to the corresponding computer according to the web that is requested. The website...
asked by 22.11.2017 / 20:54
1
answer

Load of CSV Centos 7 PHP problems

Hi, I have a CSV file that contains this configuration: if (isset($_POST['submit'])) { $allowed = array('csv'); $filename = $_FILES['file']['name']; $ext = pathinfo($filename, PATHINFO_EXTENSION); if (!in_array($ext, $allowed)) { $message...
asked by 21.07.2017 / 12:49
1
answer

Access denied for keka @ localhost using password YES [Navicat & EasyPHP]

Good morning when I try a new MySQL connection in Navicat: It happens to me that: I am using EasyPHP 14.1: When instead of giving the connection a specific username and password, I leave it as it comes by default: user root, no...
asked by 20.08.2017 / 13:18
1
answer

Php with MVC does not work in Ubuntu, how to make it work?

I did a project in php with MVC, in Windows everything runs normal; I installed ubuntu with all the tools, php, Apache 2, Mysql and it works normal with a php file that is in a single page, connects me with the database, but the project made wit...
asked by 23.06.2017 / 23:04
2
answers

Php or Apache autoreference of the server without using ip public

Hello, I am trying to reference by header("Location: http://127.0.0.1:8086") to the same server but different port without using the public ip because only port 80 I have it published for security reasons because the application of port 8...
asked by 07.06.2017 / 15:10
1
answer

Failed to run Laravel 5.4 from public directory in apache virtualhost

Good afternoon, I want to visualize a project in Laravel 5.4 using an Apache virtualhost (my virtualhost works ok), but when I try to visualize the contents of the public directory, I have the following problem that I describe in the image, your...
asked by 26.04.2017 / 20:07