Questions tagged as 'apache'

2
answers

How to make my website visible with a public ip?

I would like to know what is the way that I can access from any computer to my website that would be inside my laptop converted into a temporary server, I would like to do this by means of the public and only ip that I have at the moment, Curren...
asked by 21.07.2017 / 00:21
1
answer

I can not access subfolders in Apache

I have installed Apache and php manually, I am using these working directories DocumentRoot "c:/Server/Apache/www/" <Directory "c:/Server/Apache/www/"> When I put a index.php file in the www folder, I can view the page f...
asked by 01.10.2016 / 19:01
3
answers

How to solve the blockade of port 80?

Hello everyone I am new to web programming and like many people before uploading a web page you do tests in local, I use Xampp and until yesterday it worked perfect until today I tried to open it and it came out:    Apache: Problem detected!...
asked by 14.02.2016 / 04:47
1
answer

Run Python file from a PHP file

I would like you to help me with a problem that I have with my code, which I have been reviewing a lot but I can not fix it, this is my program in php, which runs on an Apache server (using raspberry pi 3 B), I will also leave you my python prog...
asked by 30.09.2017 / 04:41
1
answer

Problem redirecting the / slash at the end (/) .htaccess

The url of the product categories end in / But the products themselves do not, so when adding this rule: # si no existe un archivo que coincida con la solicitud... RewriteCond %{REQUEST_FILENAME} !-f # y si no termina con una barra, re...
asked by 02.03.2018 / 16:39
1
answer

Configure .htacces to access a file?

I have a symfony project in my root directory, and I have the following lines in my .htaccess <IfModule mod_rewrite.c> RewriteCond %{HTTP_HOST} ^mipagina.mx$ [OR] RewriteCond %{HTTP_HOST} ^www.mipagina.mx$ RewriteRule ^(.*)$...
asked by 26.02.2018 / 19:27
1
answer

htacces apache v2.4

I have a .htaccess file of prestashop, with the following content: <FilesMatch "\.tpl$"> Deny from all </FilesMatch> The issue is that this file seems to give problems with the new version of apache v2.4 (which provides m...
asked by 14.06.2017 / 16:26
1
answer

NotFoundHttpException in RouteCollection.php line 161

Greetings, I'm working on laravel 5.3 and none of my routes work, the only one that works is the root path '/' , I do not understand why. web.php <?php Route::get('/',function(){ return view("certificado.index"); }); /*Route:...
asked by 23.09.2017 / 19:41
1
answer

the poo instructions do not work with apache2

I had installed xampp and my code of a menu worked correctly using Object Oriented Programming, I had to reinstall my system but now install apache2 php5 and mysql. The codes were not modified, and they do not work for me. <nav class=...
asked by 05.10.2016 / 05:07
1
answer

Error accessing virtual host in xampp

I have created a virtual host with Apache and XAMPP. Locally I can access, but if I try to enter from another computer and in the same network does not access. <VirtualHost *:80> DocumentRoot "C:/xampp/htdocs/project" ServerName d...
asked by 17.06.2016 / 17:04