[split] Setup for bluehost or godaddy? |
i have install codeiqniter 3 in hosting bluehost. i used url friendly cannot running. but i try in hosting godday running.
u have solution?? this example : http://beta.com/video => in blueshot cannot running but in goddady running bluehost running http://beta.com/index.php/video so in bluehost i used index.php. how to remove index.php in bluehost error : Not Found The requested URL /highlight/96 was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. this is my code .httaccess RewriteEngine on RewriteCond $1 !^(index\.php|administrator\.php|curl\.php|assets|upload|global|Template|robots\.txt) RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?/$1 [L,QSA] |
Welcome Guest, Not a member yet? Register Sign In |