Jump to content

[SOLVED] .htaccess file caused server to return blank page. Removed, but still not workin


lifetalk

Recommended Posts

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 :(

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.