Welcome Guest, Not a member yet? Register   Sign In
htaccess issue
#1

[eluser]metamorpher[/eluser]
Hi, I just set up my first CI site, and started to have some problems with the rewrite engine...

My server doesn't recognize my directives, and I've just used the example below:

Code:
Options -Indexes
RewriteEngine on
RewriteCond $1 !^(index\.php|img|css|js|xajax_js|source|robots\.txt|favicon\.ico)
RewriteRule ^(.*)$ index.php/$1 [L]


which is in the wiki...


the url is paraguayito.com, where I display some news of my country. I get them via rss and store them into my database... I use a redirect function built by myself. It stores one clic for the article, so I can have some sort of tracker and uses php header function to redirect the browser to the article permalink...


I think it's htaccess 'cause when I enter /index.php/ inside the url it does the right stuff... so, can you help me?


Messages In This Thread
htaccess issue - by El Forum - 02-09-2009, 01:36 PM
htaccess issue - by El Forum - 02-09-2009, 01:42 PM
htaccess issue - by El Forum - 02-09-2009, 01:47 PM
htaccess issue - by El Forum - 02-09-2009, 04:51 PM
htaccess issue - by El Forum - 02-09-2009, 05:24 PM
htaccess issue - by El Forum - 02-09-2009, 05:57 PM



Theme © iAndrew 2016 - Forum software by © MyBB