Welcome Guest, Not a member yet? Register   Sign In
problem with form_open
#4

[eluser]henry178[/eluser]
[quote author="osci" date="1308517176"]I believe this is htaccess problem. Can you post your .htaccess?[/quote]


this is my code:

Code:
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /

    RewriteCond %{REQUEST_URI} ^system.*
    RewriteRule ^(.*)$ /index.php?/$1 [L]
    
    RewriteCond %{REQUEST_URI} ^application.*
    RewriteRule ^(.*)$ /index.php?/$1 [L]

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


Messages In This Thread
problem with form_open - by El Forum - 06-19-2011, 09:56 AM
problem with form_open - by El Forum - 06-19-2011, 09:59 AM
problem with form_open - by El Forum - 06-19-2011, 10:01 AM
problem with form_open - by El Forum - 06-19-2011, 10:02 AM
problem with form_open - by El Forum - 06-19-2011, 10:30 AM
problem with form_open - by El Forum - 06-19-2011, 11:25 AM



Theme © iAndrew 2016 - Forum software by © MyBB