Welcome Guest, Not a member yet? Register   Sign In
Still with index.php problem
#18

[eluser]onecode[/eluser]
[quote author="tpiscotti" date="1233188004"]
Code:
<Directory "C:/Apache/htdocs/blogtest">
    Options Indexes FollowSymLinks Includes ExecCGI
    AllowOverride All
    Order deny,allow
    Deny from all
</Directory>

Code:
$config['base_url']    = "http://localhost:81/blogtest/";
...
$config['index_page'] = "";
...
$config['uri_protocol']    = "AUTO";

I also tried all the other settings for 'uri_protocol' but none seemed to trigger a change.

Onecode, I also tried the same approach you did in my .htaccess file but it didn't work for me (I'm glad you were able to get it resolved though!).

What is causing the 403 Forbidden error?

Thank you!![/quote]

Mm..im not CI master, but after im installing ci, i never touch that file, i mean httpd file, and i never change any configuration for my localhost server (because i dont understand with all that :red: )...For first time, i just make my htaccess in root, then i change my config and routes.php..

This is my setting for config.php :
$config['base_url'] = "http://localhost/ci_rss/";

$config['url_suffix'] = ".html";

/* all default setting */

And for routes.php :
$route['default_controller'] = "ci_rss";
/* all default setting */

Thats all what im doing for solving this problem...And all working now...I have make my own library, my own helper, and nothing error (not yet maybe :lol: ) ...I hope what im doing with my ci setting can help you tpiscotti

I'm using ApacheTriad for my localhost server, PHP 5.0, and installed in Windows XP SP2


Messages In This Thread
Still with index.php problem - by El Forum - 01-27-2009, 10:10 AM
Still with index.php problem - by El Forum - 01-27-2009, 01:35 PM
Still with index.php problem - by El Forum - 01-27-2009, 02:59 PM
Still with index.php problem - by El Forum - 01-28-2009, 10:17 AM
Still with index.php problem - by El Forum - 01-28-2009, 10:40 AM
Still with index.php problem - by El Forum - 01-28-2009, 10:41 AM
Still with index.php problem - by El Forum - 01-28-2009, 10:45 AM
Still with index.php problem - by El Forum - 01-28-2009, 10:54 AM
Still with index.php problem - by El Forum - 01-28-2009, 10:58 AM
Still with index.php problem - by El Forum - 01-28-2009, 11:11 AM
Still with index.php problem - by El Forum - 01-28-2009, 11:28 AM
Still with index.php problem - by El Forum - 01-28-2009, 11:34 AM
Still with index.php problem - by El Forum - 01-28-2009, 11:45 AM
Still with index.php problem - by El Forum - 01-28-2009, 11:46 AM
Still with index.php problem - by El Forum - 01-28-2009, 12:00 PM
Still with index.php problem - by El Forum - 01-28-2009, 12:05 PM
Still with index.php problem - by El Forum - 01-28-2009, 12:13 PM
Still with index.php problem - by El Forum - 01-28-2009, 12:29 PM
Still with index.php problem - by El Forum - 01-28-2009, 12:30 PM
Still with index.php problem - by El Forum - 01-28-2009, 12:33 PM
Still with index.php problem - by El Forum - 01-28-2009, 12:35 PM
Still with index.php problem - by El Forum - 01-28-2009, 12:47 PM



Theme © iAndrew 2016 - Forum software by © MyBB