| Current Path : /var/www/html/myplan/www/ |
| Current File : /var/www/html/myplan/www/.htaccess |
AuthType Basic
AuthName "Secure Content"
AuthUserFile /var/www/html/brspace/.htpasswd
require valid-user
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]