Questions tagged as 'plesk'

1
answer

Node.js and PHP on the same server

I have a dedicated CentOS 6.5 server with Plesk Panel 12 installed, with several sites in php. I would like to develop a chat with node.js and integrate it with some sites made in php. Only this chat needs to retrieve some information from the u...
asked by 27.11.2014 / 04:32
1
answer

Error 404 in friendly URLs in Wordpress Reseller Locaweb Plesk

I use Locaweb's Reseller Websites in Plesk, and I'm uploading a site made in Wordpress. Permanent links do not work. The site only works in the default settings of Links www.endereco.com.br/?p=123 . If I put the links with the post nam...
asked by 14.12.2014 / 19:32
1
answer

getimagesize () does not work in Plesk + Windows

I have the following code: $info = getimagesize($this->tmp_name); When I parse the $ info variable, I checked that it was empty. I checked that the GD library was installed. I checked the write permissions on folders. I checked...
asked by 17.11.2014 / 17:42
1
answer

htaccess friendly URL does not work in Plesk?

I created the file .htaccess and included it in the root of my site with the following code: RewriteEngine On RewriteRule ^([a-zA-Z0-9_-]+)$ teste.php?u=$1 RewriteRule ^([a-zA-Z0-9_-]+)/$ teste.php?u=$1 But it's being ignored. When I...
asked by 10.10.2017 / 16:22