Questions tagged as 'locaweb'

2
answers

Installation Laravel 5.4 Locaweb [duplicate]

I developed a simple system using laravel 5.4 locally, I deployed on a shared server locaweb following the tutorials available in both locaweb and the net in a general, composer installation, php version change (using 7), installation of larav...
asked by 24.03.2017 / 18:08
2
answers

Area does not work on the Locaweb server

I have a hosting in Locaweb and am publishing an mvc 4 app. But Areas does not work. Error:    Server can not access application directory '\ windows-pd-0001.fs.locaweb.com.br \ WNFS-0002 \ delavi4 \ web \ panel \'. The directory does not...
asked by 15.10.2018 / 01:32
1
answer

Is there any way to point a subdomain to another DNS? [closed]

I am implementing a registration form and would like it to be accessed by a subdomain (cadastro.meusite.com.br). However, mysite.com is hosted on a different server over which I do not have control. I have access to DNS zones. So, initially I...
asked by 02.03.2018 / 04:47
2
answers

Mysqli_fetch_array on locaweb, error logging in! [closed]

Hello, I have the following code: <?php session_start(); require_once('conecta.php'); $email = sha1($_POST['email']); $senha = $_POST['senha']; $sql = "SELECT * FROM dados WHERE email = '$email' AND senha = '$senha'"; $objDb = new...
asked by 09.01.2018 / 14:01