Mes: agosto 2006

Fichero .htacces para asegurar Joomla

# Use OptionsOptions +FollowSymLinks #  mod_rewrite in useRewriteEngine On #  Base locationRewriteBase / #  Begin Rules for rewriteRewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR]   ##optional – see notes##RewriteCond %{REQUEST_FILENAME} !.(jpg|jpeg|gif|png|css|js|pl|txt)$RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule ^(.*) index.php# End Rules for…