Questions tagged as 'apache'

3
answers

Apache does not start the service on windows 10

I'm using XAMPP and since I moved to windows 10 it comes with that, before it did not activate apache, then I looked for some tutorials on the internet and found this . Solved one of the problems, because after doing the steps in this video...
asked by 13.08.2015 / 02:13
2
answers

Enable .htaccess on Ubuntu 14.10, Apache / 2.4.10

I'm trying to enable .htacces on Ubuntu 14.10, but I saw at the time of setting up the new version of Apache / 2.4.10 the configure mode 'is different from the previous ones. I'm putting the files in / var / www / I've tried it already but...
asked by 24.06.2015 / 03:35
1
answer

How to run a .php automatically, every day, at a certain time? [duplicate]

Could someone show me how to create a rule (in Apache maybe) so that every day, at a certain time, a .php file runs. Is there any way to do this?     
asked by 12.05.2015 / 19:59
0
answers

Mod_Rewrite in CakePHP

I need to change all of a site's URLs, right away. The current URL is in the following structure: www.mydomain.com/site/ And I would like the site folder to be removed from all internal urls, without having to tinker with the file structu...
asked by 20.04.2015 / 15:23
1
answer

redirect with mod_rewrite not working in wamp

Mod_rewrite is already enabled as we can see in www.joocebox.com/?phpinfo=1 I also made the change in the file httpd.conf as below: DocumentRoot "c:/wamp/www/" <Directory /> Order Deny,Allow Deny from none Allow f...
asked by 20.04.2015 / 20:54
1
answer

Redirect site with .htaccess

Good afternoon! I want to redirect my site and I'm not finding the solution. I want it when the guy accesses the ip for example: link it directs to link Is it possible with .htaccess? Remembering that it is only internal. Than...
asked by 20.05.2015 / 21:33
1
answer

Url Amigavel .htaccess with problem

I have the following .htaccess file: RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d ErrorDocument 404 /erro404 RewriteRule ^(.*)$ index.php?rota=$1 [L,QSA] I'm trying to put a condition that when...
asked by 22.03.2015 / 05:49
0
answers

WordPress changing URL when accessing links

I have a www.dominio.com.br domain that points to my server and is redirected via .htaccess to the www.dominio.com.br/novo subfolder through the following code: RewriteEngine on RewriteCond %{HTTP_HOST} ^(www\.)?dominio\.com\.br...
asked by 14.03.2015 / 01:37
1
answer

Creating .httacess for wordpress

I configured a wordpress in a linux hosting, I need to set up for that url of the post instead of: link be: link I read that I should stick to the httpd.conf file however this is impossible because I am hosting the site. In this...
asked by 02.06.2015 / 19:06
1
answer

Configure VirtualHost in wamp

I have the following configuration in wamp: <VirtualHost *:8080> ServerName 192.168.10.129 ProxyPreserveHost On ProxyPass / http://172.31.42.42/ ProxyPassReverse / http://172.31.42.42/ DocumentRoot "c:/wamp/www/si...
asked by 08.04.2015 / 18:50