Hello, i recently setup this site and am having some problems with mod rewrite. Basically, i need someones help to have a look at my file and let me know how i can fix it to make this site work properly. I know how the site is supposed to function. Because i have seen it running on another hosting account. So i know it is something simple. But i do not have a clue. This is what my htaccess file consists of. RewriteEngine On RewriteRule ^zoom/(.*)/(.*)/$ zoom.php?id=$1&name=$2 [L,NC] RewriteRule ^([0-9]*)/(.*)\.html$ ./../album.php?id=$1&name=$2 [L,NC] Now where my issue lies is on the zoom.php line command. Click here to see what happens when you try and zoom in on a wallpaper. It takes you to a "No input file specified" error page.. Originally when i set it up i had same error with the album.php command as well. and i added ./../ to the line and it worked. I tried the same with the zoom.php line but no luck. Maybe somone could help out? I have this same error when viewing the profiles of a user at this site.