
<IfModule mod_rewrite.c>
	#juego de caracteres, que no haya ningno por defecto y as se defina en el php
	AddDefaultCharset off

	# Activar RewriteEngine
	RewriteEngine on
    RewriteBase /admin/

</IfModule>

#Nuevo servidor:
<IfModule php5_module>
   #php_value auto_prepend_file "/home/armi/public_html/perez/admin/pre-pagina.php"
   #php_value auto_append_file "/home/armi/public_html/perez/admin/post-pagina.php"

</IfModule>
#necesitamos que el admin no tenga el handler
#RemoveHandler .js .css .html
# fin nuevo servidor:

#descomprimimos la salida
SetOutputFilter DEFLATE
