CodeIgniter Forums
Can not rewrite to file using .htaccess ? - error to 404 - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Can not rewrite to file using .htaccess ? - error to 404 (/showthread.php?tid=44199)



Can not rewrite to file using .htaccess ? - error to 404 - El Forum - 08-07-2011

[eluser]ryantran[/eluser]
Mt structure like this :
- application
- controllers
- log
- login
- mysite

I want to redirect http://mysite/index.php/log/login => mysite/login.html

- I turned on Rewrite Mode
- In my .htaccess :
Code:
Options +FollowSymLinks All -Indexes
RewriteEngine On
RewriteRule ^login.html$ ./index.php/log/login

but, i met 404 error.
I tested by make one file test.php and place it in mysite folder
=> It is ok !
Plz help me congig that url.
Thanks !