View file .htaccess
<files ~ "pages/|system/"> Order allow,deny Deny from all </files> DirectoryIndex index.php php_flag magic_quotes_gpc Off php_flag register_globals Off php_flag short_open_tag Off php_value default_charset UTF-8 AddDefaultCharset UTF-8 <ifModule mod_rewrite.c> RewriteEngine On RewriteRule ^(.*).slsp$ index.php?f=$1 </IfModule>