i.Surfer 0 Denunciar post Postado Agosto 25, 2005 Olá pessoal, tava aqui mais uma vez fuçando uns scripts, e reparei que tinha esse .htaccess. Achei importante entender um pouco sobre eles, porque acho importante para a segurança. Se alguem puder explicar detalhadamente o que cada parte faz, fico muito grato! E seria muito bom também sites para estudar sobre este assunto, se alguem souber, posta aqui por favor ! Bom, aqui está o .htaccess RewriteEngine On# For POSTS : /post/BLOG_FILE/POST_ID/TITLERewriteRule ^post/(.*)/(.*)/(.*)/ $1.php/?id=$2RewriteRule ^post/(.*)/(.*)/(.*) $1.php/?id=$2# For PAGE : /page/BLOG_FILE/PAGE_NUMBERRewriteRule ^page/(.*)/(.*)/ $1.php/?p=$2RewriteRule ^page/(.*)/(.*) $1.php/?p=$2# For CATEGORIES : /cat/BLOG_FILE/CAT_ID/CAT_NAMERewriteRule ^cat/(.*)/(.*)/ $1.php/?cat=$2RewriteRule ^cat/(.*)/(.*) $1.php/?cat=$2# Calendar : /calendar/DATERewriteRule ^calendar/(.*)/(.*)/ $1.php?show=$2RewriteRule ^calendar/(.*)/(.*) $1.php?show=$2# Archive : /archive/DATERewriteRule ^archive/(.*)/(.*)/ $1.php?show=$2RewriteRule ^archive/(.*)/(.*) $1.php?show=$2 Valew e até mais !! http://forum.imasters.com.br/public/style_emoticons/default/bye1.gif Compartilhar este post Link para o post Compartilhar em outros sites
Fabyo 66 Denunciar post Postado Agosto 25, 2005 Nesse tutorial você vai entender sobre htaccess: http://www.numaboa.com.br/informatica/webm...ccess/index.php ou se quiser pode ver no manual do apache mesmo e nesse é sobre o mod Rewrite do apache para habilita-lo na sua maquina entre no http.conf e descomente a linha #LoadModule rewrite_module modules/mod_rewrite.so e reinicie o apache o modulo rewrite é pra você poder usar expressores regulares no servidor, como por exemplo mudar nomes de links customizando elas, você vai ver no link abaixo http://www.brunotorres.net/web/urls qualquer duvida poste ai Compartilhar este post Link para o post Compartilhar em outros sites
i.Surfer 0 Denunciar post Postado Agosto 25, 2005 Nossa! Valeu mesmo Fabyo !!! http://forum.imasters.com.br/public/style_emoticons/default/joia.gif Já to implementando em alguns lugares pra facilitar o acesso pela URL! http://forum.imasters.com.br/public/style_emoticons/default/bye1.gif Compartilhar este post Link para o post Compartilhar em outros sites