Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 222 Bytes

File metadata and controls

13 lines (9 loc) · 222 Bytes

FIXED Codeigniter 403 Form Post htaccess

RewriteEngine On

SecFilterEngine Off
SecFilterScanPOST Off


RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]