Need help removing index.php from url |
[eluser]alucard[/eluser]
Hi, I'm trying to remove index.php from url. I am following the steps outlined in the codeigniter wiki: http://codeigniter.com/wiki/mod_rewrite/ I am stuck on step 4 though. Step 4 says that: It seems to be sufficient if you add these two lines to your <Directory> section where you configure the document root for your CI application: <Directory "/some/absolute/path/htdocs"> Options Indexes Includes FollowSymLinks MultiViews AllowOverride AuthConfig FileInfo Order allow,deny Allow from all </Directory> I can't find <Directory> section. If someone can tell me where I can find it, or point me in the right direction, I'd appreciate it. Thanks. Alucard |
Messages In This Thread |
Need help removing index.php from url - by El Forum - 04-25-2011, 02:58 AM
Need help removing index.php from url - by El Forum - 04-25-2011, 03:24 AM
Need help removing index.php from url - by El Forum - 04-26-2011, 07:49 AM
Need help removing index.php from url - by El Forum - 05-12-2011, 10:30 PM
|