Questions tagged as 'apache'

2
answers

Wordpress - Problem when uploading images (I have permission)

I have a newly installed wordpress page. However, I am having problems uploading images. When I want to upload it, he says: The uploaded file could not be moved to wp-content / uploads. However, I have 755 permissions on wp-content, and on up...
asked by 09.11.2016 / 08:45
2
answers

Protect folder in apache [closed]

Good afternoon Can this be done? I have an apache server with an application developed in php (yii2), my "problem" is as follows, the app has validation by username and password, if you are logged in the system you can access a page where vid...
asked by 25.05.2017 / 22:02
1
answer

Laravel 5.4: Do not load the routes in virtualhost (Error 404)

I have almost-successfully configured a virtualhost using Apache to work with Laravel 5.4 (initially I was working with Homestead but "x" reasons I am now working locally). The problem is that even if you manage to load the initial page, I ca...
asked by 17.08.2017 / 01:08
2
answers

Open or edit php.ini on mac Os [closed]

Someone can tell me how to open the file php.ini , according to my PHP version 7.2.2 the file is in this address:    ./ usr / local / php5 / lib / php.ini I have already entered from the terminal to the folder lib now...
asked by 23.04.2018 / 17:26
1
answer

I can not access a folder on my website

I have a website where if I access the main page of the site it does not show any problem and I can access it successfully. The problem is that within the site I have a folder called chamilo and trying to access it gives me the error 404 as if t...
asked by 28.02.2018 / 00:59
1
answer

Create friendly URLs with htaccess

I am creating a dynamic web page in which certain information is loaded using a $ _GET variable. and the urls are left of the type https://www.dominio.com/deals/deals.php?sdeal_id=483&name=nombre-producto where the variable deal_i...
asked by 26.12.2017 / 15:13
2
answers

Error starting apache "Xampp" [closed]

Good morning, I have installed the xampp work environment on my pc, and until today I had worked fine, but when I try to start the apache server I get this error: Error: Apache shutdown unexpectedly. This may be due to a blocked port, missing...
asked by 09.10.2017 / 18:26
2
answers

Apache vs Tomcat: Hide port in my URL

Hello, my server currently runs an Apache together with Tomcat. I am a bit new to this, what I really want is to hide or remove the port on my web pages hosted on the server. That is, it is currently as: dominio:8080 and I want it to ap...
asked by 23.06.2017 / 22:36
1
answer

Problem with JAVA class [closed]

The problem is as follows, I was modifying a java class, and for some reason I had to restart my computer and when I returned to open my java class, my code disappeared and it shows me the following: Someone can tell me what happened and h...
asked by 07.03.2017 / 01:05
2
answers

Modify htaccess to get "friendly" URLs

Edit: At the moment the solutions have not worked for me. The only one that I am testing and that I see that it does access the URL is with the following code: RewriteEngine On RewriteRule ^XboxOne/([0-9]+) single.php?id=$1 This leaves...
asked by 14.03.2017 / 15:03