Enviado em 08/06/2010 - 10:59h
galera tenho esse htaccess mas não pega de jeito algum
alguém pode me dar uma luz?
Options +FollowSymLinks
RewriteEngine On
#Options -MultiViews
#Options All -Indexes
#php_flag display_errors off
#ErrorDocument 400 ./index.html
ErrorDocument 403 ./index.html
#ErrorDocument 404 ./index.html
#ErrorDocument 500 ./index.html
RewriteRule ^home\.html index.php [L]
RewriteRule ^index\.html index.php [L]
RewriteRule ^main\.html index.php [L]
RewriteRule ^hero-(.*)\.png hero.php?f($1) [L]
RewriteRule ^sig-(.*)-(.*)-(.*)\.php sig.php?n($1)t($2)f($3) [L]
RewriteRule ^crest-(.*)\.png _inc/crest.php?decode=($1) [L]
RewriteRule ^(.*)\.html index.php?page=$1 [L]
RewriteRule ^(.*)\.mu index.php?page=$1 [L]
Options -Indexes
alguém pode me dar uma luz?
Options +FollowSymLinks
RewriteEngine On
#Options -MultiViews
#Options All -Indexes
#php_flag display_errors off
#ErrorDocument 400 ./index.html
ErrorDocument 403 ./index.html
#ErrorDocument 404 ./index.html
#ErrorDocument 500 ./index.html
RewriteRule ^home\.html index.php [L]
RewriteRule ^index\.html index.php [L]
RewriteRule ^main\.html index.php [L]
RewriteRule ^hero-(.*)\.png hero.php?f($1) [L]
RewriteRule ^sig-(.*)-(.*)-(.*)\.php sig.php?n($1)t($2)f($3) [L]
RewriteRule ^crest-(.*)\.png _inc/crest.php?decode=($1) [L]
RewriteRule ^(.*)\.html index.php?page=$1 [L]
RewriteRule ^(.*)\.mu index.php?page=$1 [L]
Options -Indexes