How To Enable / Use .htaccess / Nice permalinks in Apache Web Server on Windows Como activar / Uso. Htaccess / Nice permalinks no Apache Web Server no Windows
.htaccess is a web server directive file populalrly used in Apache Web Server in Linux / Unix environment. . htaccess é um arquivo populalrly directiva servidor web Apache Web Server utilizado no no Linux / Unix ambiente. In windows environment there is a simple way to enable and use .htaccess. Nas janelas do ambiente há uma maneira simples de permitir e de utilização. Htaccess. Additionally it allows you to create nice permalinks for software like WordPress or phpBB. Além disso, ele permite que você crie nice permalinks de software como o WordPress ou phpBB.
To use .htaccess you need to enable mod_rewrite. Para utilizar. Htaccess que você precisa para ativar o mod_rewrite. Even with that I didn’t have much success when I separately installed apache web server and php. Mesmo com que eu não tenho muito sucesso quando eu separadamente instalado o servidor web Apache e PHP. However if you install XAMPP it is a piece of cake. No entanto, se você instalar XAMPP é um pedaço de bolo.
XAMPP automatically installs Apache web server, MySQL database, PHP and a lot of other goodies. XAMPP instala automaticamente o servidor web Apache, banco de dados MySQL, PHP e um monte de outros goodies. It does not however come with mod_rewrite enabled. No entanto, não vêm com o mod_rewrite habilitado. Let us assume you installed XAMPP in %XAMPP% directory. Vamos supor que você instalou no XAMPP% XAMPP% diretório. Then you should open %XAMPP%\apache\conf\httpd.conf in notepad and search for mod_rewrite. Então você deve abrir% XAMPP% \ apache \ conf \ httpd.conf no bloco de notas e pesquisa para o mod_rewrite. You will find a line like: Você vai encontrar uma linha como:
#LoadModule rewrite_module modules/mod_rewrite.so # LoadModule rewrite_module modules / mod_rewrite.so
Remove the # from the beginning. # Retire a partir do início. It will now look: Ele irá agora analisar:
LoadModule rewrite_module modules/mod_rewrite.so LoadModule rewrite_module modules / mod_rewrite.so
Restart the Apache web server through XAMPP control panel. Reinicie o servidor web Apache através XAMPP painel de controle. You are done! Você está pronto!
Filed under Arquivado em CMS Software CMS Software , Headline News Headline News , How To How To , Microsoft , Open Source Software Open Source Software , Pro Blogging Blogging Pro , Tech Note Nota Tech , Technology Tecnologia , Web , Web Hosting Web Hosting , Web Services Web Services , Windows Janelas | |
| |
RSS 2.0 RSS 2,0 | |
Trackback this Article | este artigo |
Email this Article E-mail este artigo
You may also like to read Você pode também gosta de ler |




October 30th, 2006 at 2:52 am Outubro 30o, 2006 em 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 (exemplo: Anaconda Fórum) é uma boa base fórum de software que funciona perfeitamente com WordPress blogs (download gratuito nosso tema e plugins). Unfortunately it works out-of-the-box with default permalinks only. Infelizmente ele funciona out-of-the-box com defeito permalinks apenas. Most site today use nice permalinks. A maioria dos sites hoje utilização agradável permalinks. This mini-tutorial will teach you how to use XDForum with nice permalinks (how to enable; tips and more). Este mini-tutorial vai ensinar como usar a nice XDForum permalinks (como ativar; dicas e muito mais). [...]
April 15th, 2007 at 8:31 am 15 de abril de 2007 em 8:31 am
Wanted to test some Queria testar alguns htaccess tips htaccess dicas (they’re fine) and had exactly that problem on my machine with XAMPP–thank you! (eles são finos) e tinha exactamente esse problema em minha máquina com XAMPP-obrigado!
August 4th, 2007 at 1:46 pm 4 de agosto de 2007 em 1:46 pm
Thanks a lot for the tip. Graças a um lote de ponta.
November 26th, 2007 at 8:21 am 26 de novembro de 2007 em 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. Obrigado, eu era apenas reinstalar o meu PC e tentar implantar o pedido de alguns dos meus linux caixa para janelas e descobriu que ela não está funcionando corretamente. It thought that XAMPP will be in the same configuration for both boxes. Ele pensava que XAMPP será na mesma configuração para ambas as caixas. Turn on mod_rewrite make everything back on track. Vire sobre o mod_rewrite fazer tudo de volta no caminho certo.