.htaccess problem.. |
Please help.. this my .htaccess code..
RewriteBase / RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.+)$ index.php/$1 [L] and my page looks like this.. see it in attachment or go to (www.1kem1.n9s.com) Please help me guys.. thank you very much..
My .htaccess looks like this:
Code: <IfModule mod_rewrite.c> As you can see, I don't use the RewriteBase rule. CodeIgniter works fine without it. (07-23-2015, 10:35 AM)kemjohnm Wrote: Please help.. this my .htaccess code.. You donțt have an index.php file and that's why your page looks like that.
Romanian CodeIgniter Team :: Translations :: Comunity :: Developers
http://www.codeigniter.com.ro
Also, RewriteEngine On should be before RewriteBase, if you actually need RewriteBase or RewriteEngine On.
(07-23-2015, 09:43 PM)kemjohnm Wrote: Forbidden Try add the line Code: Options +FollowSymLinks
Have you checked the permissions on your /application and /application/controllers directories, as well as the Login.php file?
Additionally, is your DocumentRoot set correctly (to the directory containing your index.php file) in your site's .conf file? |
Welcome Guest, Not a member yet? Register Sign In |