lifetalk Posted February 2, 2008 Share Posted February 2, 2008 Hey there guys, I was trying something out with a .htaccess file and it caused my site located at http://www.clipgamers.com/members to return a blank page. I removed the .htaccess and it still returns a blank page. It was working before I added the .htaccess in the first place I tried literally everything. Restarted the VPS, uploaded to another directory, reuploaded all the files (about 10 times already), etc etc. Nothing works Can someone help? Here is the code that was in the .htaccess # put this as .htaccess into the files folder # if you want all files to download # so mp3 files dont open in browser/mediaplayer # instead the download. # also PHP files will not be executed. # some servers dont support this file so it is not put # as standard. but it highly recommended to put this file!!!! <Files *> ForceType application/octet-stream Header set Content-Disposition attachment </Files> Options -Indexes Please help Quote Link to comment https://forums.phpfreaks.com/topic/89071-solved-htaccess-file-caused-server-to-return-blank-page-removed-but-still-not-workin/ Share on other sites More sharing options...
PFMaBiSmAd Posted February 2, 2008 Share Posted February 2, 2008 Have you cleared your browser cache? Quote Link to comment https://forums.phpfreaks.com/topic/89071-solved-htaccess-file-caused-server-to-return-blank-page-removed-but-still-not-workin/#findComment-456168 Share on other sites More sharing options...
lifetalk Posted February 2, 2008 Author Share Posted February 2, 2008 Yes I have. I tried opening it on IE, FireFox and Opera. Cleared cache, cookies, etc. If anyone needs to take a look at the php code or the files, feel free to pm me for FTP info Quote Link to comment https://forums.phpfreaks.com/topic/89071-solved-htaccess-file-caused-server-to-return-blank-page-removed-but-still-not-workin/#findComment-456183 Share on other sites More sharing options...
lifetalk Posted February 2, 2008 Author Share Posted February 2, 2008 Ah forget it. Got it to work Quote Link to comment https://forums.phpfreaks.com/topic/89071-solved-htaccess-file-caused-server-to-return-blank-page-removed-but-still-not-workin/#findComment-456228 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.