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

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.