Ver Mensaje Individual
  #18 (permalink)  
Antiguo 19/01/2011, 08:08
lipedead
 
Fecha de Ingreso: enero-2011
Mensajes: 1
Antigüedad: 13 años, 3 meses
Puntos: 0
Respuesta: .htaccess con xampp bajo windows

lo tome de otro foro por eso el nombre....




···············································
kenmcd wrote:

Apache mod_rewrite is not enabled in the default XAMPP installation.
You must enable it.

Apache requirements for mod_rewrite to work
The Apache httpd.conf file has the settings to enable URL rewriting.
Two settings are required.
1. mod_rewrite module is installed
Search file for "LoadModule rewrite_module" and un-comment that line (remove the #)
2. AllowOverride All
Search file for "AllowOverride None" and change it to "AllowOverride All"
3. Restart Apache
Restarting the Apache web server is required for the changes to take effect.

I have XAMPP installed on my C drive, so my httpd.conf file is here:
C:\xampp\apache\conf\httpd.conf

Adjust this for where you installed XAMPP.