I think my .htaccess is not working. Just want to ask about .routing in fuelphp. Currently, I'm uploading my website into the real server. When I upload it. Home page is only okay (mydomain.com), the rest of the pages are not working (mydomain.com/page1). I try to change the .htaccess and remove the comment of AllowOverride All and RewriteBase / but still not working.
This is the directory of my website in the server.
From the look of it you have installed Fuel inside your document root (which I assume is /var/www/html), instead of using virtualhosts for which Fuel was designed.
In that case, your public folder is redundant, you can move everything in it one folder up to /var/www/html/fuel, end remove the now empty public folder.
You then use the standard htaccess file supplied by Fuel without any modifications (so don't start playing with RewriteBase!).