Questions tagged as 'apache'

0
answers

Problem placing Application made in Laravel 5.2 in production

I'm not putting my system into production. I created a VirtualHost in the http.conf Apache file with the following configuration: <VirtualHost *:80> DocumentRoot /var/www/html/dna/public ServerName www.dna.com <Directory "/var/...
asked by 18.08.2016 / 15:55
0
answers

SSL on shared server

I have a shared server with several sites (all mine), where one of them has SSL certificate. However, when typing https://outrosite.com.br (com ou sem www) It displays the site it is in: (without redirecting the URL) https://dominiocom...
asked by 18.06.2016 / 03:58
0
answers

Redirect with .htaccess

I'm using the following mod-rewrite rule RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^([^/]+)/([^/]+)/?$ index.php?lang=$1&page=$2 [L,QSA,NC] But now I need to redirect an old page to the new one....
asked by 05.05.2016 / 13:03
0
answers

How can I prevent misuse of my web server?

example I have the domain http://marcaregistradanb.com And in this site I have path to 2 files one html and another jpg http://marcaregistradanb.com/home/nikobellic/public_html/marcaregistradanb.com/logo_site_rm.jpg htt...
asked by 27.05.2016 / 04:27
0
answers

Redirect without www

How do I proceed in the following situation: My old URLs were blogger , and they owned the WWW. I moved to the Wordpress and removed the WWW. Today I received a message from google WEBMASTER :    "404" Page Up This happens bec...
asked by 24.03.2016 / 11:52
0
answers

Domain with 'www' does not work

I made an Apache configuration on Digital Ocean, except that the domain only works without www . Below is my configuration: <VirtualHost *:80> ServerAdmin [email protected] ServerName dominio.com ServerAlias www.dominio...
asked by 16.02.2016 / 16:27
1
answer

parsing HTML as PHP with Htaccess

I have a html site and I want HTML pages to be parsed as php; I'm using a .htaccess file for this. On the localhost server, it works correctly. The command is: AddHandler application / x-httpd-php .html .htm However, the online server d...
asked by 09.02.2016 / 23:26
0
answers

CakePhp does not load Css, JavaScript and images

I'm with CakePHP in version 1.3.15 installed on a CentOS server and the same project that works on the internet, the local server only loads text and nothing else. As I enabled the developer mode, if it had any errors, it would load. I believe t...
asked by 05.02.2016 / 14:59
1
answer

redirect with htacess

I set up my htacess to get any words I type in the URL and look for the php file. It works like this: www.mysite.com/city and it redirects to www.mysite.com/Search/City.php The code looks like this: RewriteCond %{REQUEST_FILENAME} !-f R...
asked by 05.07.2016 / 23:50
0
answers

Error enabling APC in local environment using wamp 2.5, PHP 5.5.12, Apache 2.4.9 on windows 10

I have already downloaded several DLLs but I can not enable this extension, I am working on an application where for N reasons I can not give it up, it usually gives me the following warning: TryingtousethisversionofAPC:php_apc-3.1.11-svn201...
asked by 13.12.2015 / 19:49