Hello,
I'm having a problem, I need to access a file with .php , it should point to autostart.php?url=*.php
Explanation:
No autostart.php it includes in a file and after it includes include in the page that is in...
I have a serious security problem and I really do not know how to solve it.
I have some folders with budgets from the sectors on the same server that runs the intranet system that we have. I set folder by folder the AD user that should have acce...
I have a NetWare IA32 NLM 6 50 server, with Apache 2, PHP 5.0.5 and MYSQL 4.
In php.ini I have already connected the PDO drivers, which are already built into PHP 5 and even then I can not communicate with MySQL:
extension=pdo.so
ext...
I just formatted my notebook. I have installed Ubuntu 18.04, Apache, MySQL, and PHP. But when I enter the page localhost , I get the following error:
How can I fix this?
I have a laravel project that I finished done in Windows (wampserver) using Laravel 5.2 in php 5.5.12 working perfectly.
I would like to know how to copy it to the server that is in CentOS 7.
What is PHP 7. If I install Laravel on it it will...
Everything started when I moved from EasyPHP to VertrigoServ, the .htaccess file worked perfectly in EasyPHP, but here I am encountering these problems ... I have no idea how to resolve this ...
HTACCESS
RewriteEngine on
RewriteCond %{REQUES...
When trying to run a php code on my Ubuntu machine
if ( ! is_dir($system_path))
{
header('HTTP/1.1 503 Service Unavailable.', TRUE, 503);
echo 'Your system folder path does not appear to be set correctly. Please open the following file...
I need to map all requests arriving at the server as follows:
exemplo.com/joao => exemplo.com/index.pl?u=joao
exemplo.com/joao/ => exemplo.com/index.pl?u=joao
My /var/www/.htaccess file is so far:
RewriteEngine On
Rewrit...
It sounds like a joke, but it's a fact. I made my first code in PHP and tested it, but it did not work out what I expected. See the image with the windows of the programs used in this test.
Insummary,Idonotknowwhyinsteadofprinting1st>HWit...
On the terminal screen, the permissions are correct:
Butonmylocalhost,thepageisopeningwitherror: ButontheIDEscreen,it'stheretoo,see:
The question is, how do I make my localhost recognize that this file exists on the system?
I already...