w3plan/PlannerFw-CodeIgniter/master/public_html/.htaccess
Options -Indexes
RewriteEngine on
RewriteCond $1 !^(index.php|app|js|css|template|layout|errors|images)
RewriteRule ^(.*)$ /index.php/$1 [L]
ErrorDocument 400 /errors/400.html
ErrorDocument 401 /errors/401.html
ErrorDocument 403 /errors/403.html
ErrorDocument 404 /errors/404.html
ErrorDocument 408 /errors/408.html
ErrorDocument 500 /errors/500.html
SetEnv SITE_WEBMASTER "Webmaster"
SetEnv SITE_WEBMASTER_URI mailto:webmaster@w3plan.net
On Github License
Files