Questions tagged as 'servidor'

0
answers

Ignore Friendly URL for certain folders in .HTACCESS

There was a big problem with a client that I have, it needs to have two stores (using Open Cart) in the same domain, but both are different products, layout and plug-ins (so I can not do two stores like the Open Cart enables). The URLs would loo...
asked by 03.12.2014 / 18:52
1
answer

How to create desktop client application for database access without exposing security information?

I have already done web application with access to MySQL database via PHP and I know that the configuration files for access to the database are on the server side, only the necessary data is returned to the user's browser, user does not have ac...
asked by 04.11.2017 / 02:25
1
answer

INSTEAD OF (Deleted table)

I'm having trouble creating this trigger: CREATE TRIGGER TGmonitoraClientes ON TB_CLIENTES INSTEAD OF DELETE AS BEGIN UPDATE TB_CLIENTES SET clienteAtivo = 0 FROM TB_CLIENTES WHERE CODcliente = deleted.CODcliente INSERT INTO LogClie...
asked by 20.10.2016 / 19:51
1
answer

Installing Django with Python3 [closed]

I got a project to do only with Python on v.3.4 + and I'm not getting Django running on non-2.7 versions. Does anyone know a link that teaches the whole installation of django in this new version of Python?     
asked by 21.06.2018 / 05:33
3
answers

Refresh page automatically?

I have a web site, and I make constant updates. But after these updates on the server, the site does not update itself on the devices / desktop, I need to press CTRL + F5 to update. The problem is that not everyone will give CTRL + F5 befo...
asked by 05.02.2018 / 15:59
1
answer

How to put a program online?

There is a shared (google) worksheet in which multiple users edit and watch simultaneously. For those who have used the shared spreadsheet google knows that when someone starts to write everyone sees in real time. Anyway I build a program with s...
asked by 08.06.2018 / 11:58
1
answer

Problem trying to open port on a linux server [closed]

Hello, I'm having a problem trying to open a port on my Linux VPS Ubuntu. I'm trying to create an ftp server, but I can not open port 21. The support staff said all ports are already open by default, but it looks like 21 is not open. I've tri...
asked by 22.01.2018 / 13:00
1
answer

Error code 991 [closed]

Does anyone know what can generate the 991 error? my site escuelaedti is not opening, I tried to contact my server support but they do not even know how to solve the problem!     
asked by 22.08.2017 / 17:47
1
answer

How to host website on my pc [closed]

I'm creating an application in php with using xampp. I would like to know how to turn my PC into a hosting server, so that I can access my application from anywhere. I have tried to access my router's admin (D-link Dir-608) I created a "virtual...
asked by 03.06.2017 / 23:21
1
answer

Excel generated by PHP query returns with incorrect characters

I made a PHP query to generate an Excel report. Home The values are saved correctly, as shown below: However the generated Excel returns with incorrect characters, mainly in Mandarin, rsrs, as shown below: Ialreadyinsertedtheconversion...
asked by 19.11.2018 / 19:31