Part of the EllisLab Network
   
 
xampp mod_rewrite
Posted: 10 November 2006 11:51 AM   [ Ignore ]  
Summer Student
Avatar
Total Posts:  3
Joined  11-10-2006

i am using xampp with windows xp pro.
i read the user guide and wiki about the mode_rewrite to take index.php away from the url but still it showed up.
i have set up every thing as wiki and every thing is fine.
this url is working http://localhost/ci/index.php/blog
but when i rty http://localhost/ci/blog the page redirect to this page http://localhost/xampp
please help
thanks

Profile
 
 
Posted: 10 November 2006 11:55 AM   [ Ignore ]   [ # 1 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  481
Joined  03-08-2006

It would be helpful if you posted the .htaccess file you’re actually using and where it is located in relation to your CI app. Also, check you’ve removed index.php in the config file, $config[‘index_page’] = ‘’;.

 Signature 

Flickr | Last.fm | Del.icio.us

Profile
 
 
Posted: 10 November 2006 12:01 PM   [ Ignore ]   [ # 2 ]  
Summer Student
Avatar
Total Posts:  3
Joined  11-10-2006

htaccess :
  <IfModule mod_rewrite.c>
  RewriteEngine On
  RewriteBase /
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>

<IfModule !mod_rewrite.c>
  # If we don’t have mod_rewrite installed, all 404’s
  # can be sent to index.php, and everything works as normal.
  # Submitted by: ElliotHaughin

  ErrorDocument 404 /index.php
</IfModule>

and is located in directory c:/xampp/htdocs/ci/
and i have removed the index.php from C:\xampp\htdocs\ci\system\application\config\config.php
and mode_rewrite in the C:\xampp\apache\conf\httpd.config is active
thanks for reply

Profile
 
 
Posted: 10 November 2006 01:24 PM   [ Ignore ]   [ # 3 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  481
Joined  03-08-2006

You need to change RewriteBase / to where your CI index.php is, relative to your website’s base dir, so in your case you should change it to /ci/.

 Signature 

Flickr | Last.fm | Del.icio.us

Profile
 
 
Posted: 10 November 2006 03:11 PM   [ Ignore ]   [ # 4 ]  
Summer Student
Avatar
Total Posts:  3
Joined  11-10-2006

thanks
it is working and every ting is fine now.

Profile
 
 
   
 
 
Post Marker Legend
New Topic New posts Hot Topic Hot Topic with new posts New Poll New Poll Moved Topic Moved Topic Sticky Topic Sticky topic
Old Topic No new posts Hot Old Topic Hot Topic with no new posts Old Poll Old Poll Closed Topic Closed Topic Announcement Announcements
Theme
Change Theme
Visitor Statistics
The most visitors ever was 719, on June 06, 2008 10:16 AM
Total Registered Members: 64455 Total Logged-in Users: 22
Total Topics: 80965 Total Anonymous Users: 1
Total Replies: 435699 Total Guests: 209
Total Posts: 516664    
Members ( View Memberlist )