Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I hosted some mp4 videos on IIS. Although IIS 7.0 lists the video files, it doesn't allow download of them and a 404 Not Found is returned.
Check the MIME Types, you will probably have to add it (MP4) to "allow download".
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I've just setup my FTP server with vsftpd and i was wondering if i could add a bit of css or bootstrap to the web page generated by the ftp server.
This is for a new Linux server running Debian 9 and vsftpd
No, this is not possible. How listing on an ftp server gets rendered is fully up to the browser.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I'm trying to get some code off of google code and the message given is:
Non-members may check out a read-only working copy anonymously over
HTTP.
svn checkout http://ims-dev.googlecode.com/svn/trunk/ims-dev-read-only
How would I "copy anonymously over HTTP"? If it matters, I have a Mac.
-Eric
As noted in the comments, you'll find plenty of ways to install Subversion here. After that, just run the given command in the terminal:
svn checkout http://ims-dev.googlecode.com/svn/trunk/ims-dev-read-only
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I want to know if we can host Drupal application on AppHarbor ?
Thanks
Looking at AppHarbour it's a service for hosting .net applications and as Drupal is written in PHP out of the box you can't.
Although you could try using a php compiler for .net http://phalanger.codeplex.com/
Wordpress can be made to work on AppHarbor and Drupal might be doable too with a bit a elbow grease.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I am new to CQ.
I wanted to install CQ in my home PC.
Is a developer version of CQ is available ? Something like JSK in fatwire?
Where it can be downloaded.
From my understanding you will need to attend Developer training OR work for a company currently utilizing CQ5 in order to have a license for a local instance.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I have a file that was uploaded to my host that has password, how can in unzip file on the server ?
I know password !!
You can use the SharpZipLib for zipping and unzipping files.