Welcome Guest, Not a member yet? Register   Sign In
Updated to CI 2.1 and now got problems with the anchor function
#6

[eluser]InsiteFX[/eluser]
You do not need the top stuff, CodeIgniter now has an .htaccess file in the directories.
Code:
#Checks to see if the user is attempting to access a valid file,
    #such as an image or css document, if this isn't true it sends the
    #request to index.php
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ index.php/$1 [L]


Messages In This Thread
Updated to CI 2.1 and now got problems with the anchor function - by El Forum - 06-08-2012, 08:20 AM



Theme © iAndrew 2016 - Forum software by © MyBB