How To Enable / Use .htaccess / Nice permalinks in Apache Web Server on Windows Cómo activar / Uso. Htaccess / Niza permalinks en Apache Web Server en Windows
.htaccess is a web server directive file populalrly used in Apache Web Server in Linux / Unix environment. . htaccess es un servidor web populalrly directiva archivo utilizados en Apache Web Server en Linux / Unix medio ambiente. In windows environment there is a simple way to enable and use .htaccess. En el ambiente de ventanas hay una manera sencilla de activar y utilizar. Htaccess. Additionally it allows you to create nice permalinks for software like WordPress or phpBB. Además, le permite crear permalinks agradable para el software como WordPress o phpBB.
To use .htaccess you need to enable mod_rewrite. Para utilizar. Htaccess necesita activar mod_rewrite. Even with that I didn’t have much success when I separately installed apache web server and php. A pesar de que no tuve mucho éxito cuando he instalado por separado servidor web apache y php. However if you install XAMPP it is a piece of cake. Sin embargo, si instala XAMPP es un pedazo de pastel.
XAMPP automatically installs Apache web server, MySQL database, PHP and a lot of other goodies. XAMPP instala automáticamente el servidor web Apache, base de datos MySQL, PHP y muchos otros objetos valiosos. It does not however come with mod_rewrite enabled. Sin embargo, no vienen con mod_rewrite activado. Let us assume you installed XAMPP in %XAMPP% directory. Vamos a asumir que acaba de instalar en XAMPP XAMPP%% directorio. Then you should open %XAMPP%\apache\conf\httpd.conf in notepad and search for mod_rewrite. Entonces usted debe abrir% XAMPP% \ apache \ conf \ httpd.conf en el Bloc de notas y búsqueda de mod_rewrite. You will find a line like: Usted encontrará una línea como:
#LoadModule rewrite_module modules/mod_rewrite.so # LoadModule rewrite_module modules / mod_rewrite.so
Remove the # from the beginning. Eliminar el # desde el principio. It will now look: Se procederá ahora a ver:
LoadModule rewrite_module modules/mod_rewrite.so LoadModule rewrite_module modules / mod_rewrite.so
Restart the Apache web server through XAMPP control panel. Reinicie el servidor web Apache a través de XAMPP panel de control. You are done! Usted está hecho!
Filed under Filed under CMS Software CMS Software , Headline News Headline News , How To Cómo , Microsoft , Open Source Software Open Source Software , Pro Blogging Blogging Pro , Tech Note Nota técnica , Technology Tecnología , Web , Web Hosting Web Hosting , Web Services Web Services , Windows Ventanas | |
| |
RSS 2.0 RSS 2,0 | |
Trackback this Article | este artículo |
Email this Article Enviar artículo
You may also like to read También puede leer |





October 30th, 2006 at 2:52 am 30 de octubre de 2006, a las 2:52 am
[...] XDForum (example: Anaconda Forum) is a nice basic forum software which works seamlessly with WordPress blogs (download our free theme and plugins). [...] XDForum (ejemplo: Foro de Anaconda) es un buen foro de software de base que funciona sin problemas con los blogs de WordPress (descargar gratuitamente el tema y los plugins). Unfortunately it works out-of-the-box with default permalinks only. Lamentablemente funciona out-of-the-box con los permalinks por defecto. Most site today use nice permalinks. La mayoría de hoy el uso del sitio agradable permalinks. This mini-tutorial will teach you how to use XDForum with nice permalinks (how to enable; tips and more). Este mini-tutorial le enseñará cómo utilizar XDForum con bonitas permalinks (cómo habilitar; consejos y más). [...]
April 15th, 2007 at 8:31 am 15 de abril de 2007, a las 8:31 am
Wanted to test some Se busca poner a prueba algunas htaccess tips htaccess tips (they’re fine) and had exactly that problem on my machine with XAMPP–thank you! (que están bien) y tenía exactamente ese problema en mi máquina con XAMPP-gracias!
August 4th, 2007 at 1:46 pm 4 de Agosto, 2007 a las 1:46 pm
Thanks a lot for the tip. Muchas gracias por la punta.
November 26th, 2007 at 8:21 am Noviembre 26 de 2007, a las 8:21 am
Thanks, I was just reinstall my PC and try to deploy some of the application for my linux box to windows and found that it not working correctly. Gracias, me vuelva a mi PC y tratar de desplegar algunos de la solicitud de mi caja linux para las ventanas y han observado que no funciona correctamente. It thought that XAMPP will be in the same configuration for both boxes. Opinó que XAMPP será en la misma configuración para ambos cuadros. Turn on mod_rewrite make everything back on track. Encienda el mod_rewrite hacer todo vuelva a encarrilarse.