My folder structure is booking inside a cpanel then getting the http://booking.bdtask.co.za/ and i used the code
RewriteEngine on
RewriteCond $1 !^(index\.php|resources|robots\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /public_html/index.php/$1 [L,QSA]
But its showing me this message :
booking.bdtask.co.za is currently unable to handle this request. HTTP ERROR 500
Please give me a solution if anybody knows it.