Ver Mensaje Individual
  #5 (permalink)  
Antiguo 12/10/2014, 12:52
gabo2287
 
Fecha de Ingreso: junio-2014
Mensajes: 36
Antigüedad: 9 años, 10 meses
Puntos: 0
Respuesta: instalar wordpress en un virtualhost

gracias, si he creado el virtualhost y solo me da forbidden, tanto si tipeo localhost como 127.0.0.1

edito:

hhtpd.conf: LoadModule rewrite_module modules/mod_rewrite.so
(sin comentar)

hosts: 127.0.0.1 x.loc

httpd.conf:
# Virtual hosts
Include conf/extra/httpd-vhosts.conf

httpd.virtualhosts.conf:

<VirtualHost *:80>
DocumentRoot "D:/users/x.loc/htdocs/wordpress
ServerName x.loc
ErrorLog "D:/users/x.loc/htdocs/logs/apache_error.log"
CustomLog "D:/users/x.loc/htdocs/logs/access.log" common
<Directory "D:/users/x.loc/htdocs/wordpress">
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Require all granted
</Directory>
</VirtualHost>


al tipear localhost me sale:

Forbidden You don't have permission to access / on this server.

Última edición por gabo2287; 12/10/2014 a las 13:37