Can't submit forms when using URL rewrite |
[eluser]dallen33[/eluser]
When I use URL rewrite, I can't seem to submit any forms that reside on a controller that isn't the default. For example, I'm using ion_auth. If I go to http://172.24.10.48/auth/login/, hitting submit on the login form does nothing. My URL rewrite looks like this: Code: <rule name="auth"> And my CodeIgniter app config index_page is set as: $config['index_page'] = ""; But when I add index.php to the config above, it'll work. But it adds index.php to the URL, which I don't want. Any idea what I'm doing wrong here? |
Messages In This Thread |
Can't submit forms when using URL rewrite - by El Forum - 08-17-2010, 04:17 PM
Can't submit forms when using URL rewrite - by El Forum - 08-17-2010, 04:24 PM
|