Welcome Guest, Not a member yet? Register   Sign In
Default Method in Controller (... index() ... ? )
#2

[eluser]InsiteFX[/eluser]
Try this.

Code:
Options +FollowSymLinks
Options -Indexes

DirectoryIndex index.php

RewriteEngine On
RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]


Messages In This Thread
Default Method in Controller (... index() ... ? ) - by El Forum - 09-03-2013, 10:38 AM
Default Method in Controller (... index() ... ? ) - by El Forum - 09-03-2013, 01:00 PM
Default Method in Controller (... index() ... ? ) - by El Forum - 09-03-2013, 05:16 PM
Default Method in Controller (... index() ... ? ) - by El Forum - 09-03-2013, 10:36 PM
Default Method in Controller (... index() ... ? ) - by El Forum - 09-04-2013, 10:33 AM



Theme © iAndrew 2016 - Forum software by © MyBB