Welcome Guest, Not a member yet? Register   Sign In
htaccess file
#3

[eluser]ray73864[/eluser]
Changed it to this (using the line you suggested)

Code:
Options +FollowSymLinks
Options -Indexes
DirectoryIndex index.php
RewriteEngine on
RewriteCond %{REQUEST_URI} !^(index\.php|fckeditor|img|images|css|js|robots\.txt|favicon\.ico)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L,QSA]

But it still hasn't fixed the fckeditor problem, i would post the URL that it is trying to get to, but the forum refuses to let me post it


Messages In This Thread
htaccess file - by El Forum - 03-16-2009, 03:21 PM
htaccess file - by El Forum - 03-16-2009, 03:30 PM
htaccess file - by El Forum - 03-16-2009, 03:34 PM
htaccess file - by El Forum - 03-16-2009, 03:39 PM
htaccess file - by El Forum - 03-16-2009, 04:07 PM
htaccess file - by El Forum - 03-16-2009, 04:09 PM
htaccess file - by El Forum - 03-16-2009, 04:13 PM
htaccess file - by El Forum - 03-16-2009, 04:17 PM
htaccess file - by El Forum - 03-16-2009, 04:22 PM
htaccess file - by El Forum - 03-16-2009, 04:24 PM
htaccess file - by El Forum - 03-16-2009, 04:27 PM
htaccess file - by El Forum - 03-16-2009, 05:39 PM



Theme © iAndrew 2016 - Forum software by © MyBB