Wamp Server 2.2.21 not showing local files - wampserver

Wamp Server 2.2.21 has suddenly stopped working with local files. I.E. when I make any changes in html or css files, localhost is not showing that until I upload that files on server. Even images are not showing until I upload that images on server.

Related

ruby project firebase hosting css not showing

website running perfectly on localhost but not when hosted to firebase.css part is not showing .already put all my files to public folder

Rails - Do we have to store uploaded file on the same web server?

Do we have to store uploaded files on web server which is hosting rails app? Our rails app is hosting on a ubuntu server. However we would like to store uploaded files on a file server running Windows. The ubuntu server and Windows server are on the same internal network. Is it possible to do so? Or what is required to do so?
I remember did something like this. I used Samba in Ubuntu for shared a folder.
I was searching some tutorials
http://rubyguide.blogspot.com.ar/2012/02/install-samba-server-in-ubuntu-1104.html
http://www.sitepoint.com/ubuntu-12-04-lts-precise-pangolin-file-sharing-with-samba/

Download folder through ftp server in rails

I'm trying to write code to download a folder from a FTP server. I looked at the support on gems for ftp downloading. So far, I see syncftp gem is updated most often. Do we have any other options for FTP gem similar to syncftp?
If not, can anyone show me how to download a whole folder from a ftp server connection. I'm able to establish FTP connection and get the list of files from it, but I don't know how to download the entire folder.

Old website is being loaded instead of the new one

PS: I'm a complete Noob at servers stuff
So Initially I had this directory on amazon ec2, I did run the rails server using the terminal by connecting with ssh. Everything was working fine as expected when I hit the domain URL(I added the elastic IP in the A records of domain provider)
Now I rebuilt the website from scratch, it's on a different git repository, in order to replace the old one with the new one, I logged into ec2 via terminal, shut down the previously running rails server, cloned the new repository, navigated to the root directory and ran the server again.
when I visit the registered domain, it's showing the HTML file of the old code(no stylesheets nothing, just the index.html), if I visit amazon_public_DNS:port_number, I'm getting the new website loaded.
Do I need to change anything else ?

Problem downloading large files with Rails, Nginx (with x-accel-redirect) and Apache(x-sendfile)

We have a big problem with downloads when the size is over than 1gb.
We are using Rails 2.3.5, passenger 2.2.9 on Amazon EC2 2gb with 2gb of Ram and Fedora 10.
Files are stored on /mnt/files, project is on /mnt/www/project
We tried to send files with Nginx and x-accel-redirect and also Apache with x-sendfile.
We can download only and always 1.09gb instead of 1.54gb!!
We can download files without problems where size is less than 1gb
If we link same file (that is not corrupted) in rails public dir, we can download without any problem.
X-Accel-Redirect or X-SendFile are configured correctly, tested and checked a lot of time.
So:
Nginx with x-accel-redirect [fail]
Apache with x-send-file [fail]
Send File without x-accel-redirect or x-sendfile on nginx or apache [fail]
Linking file in public and direct download [works]
Any suggestion?
Thanks!!!
If you're looking to restrict access to these downloads, have you tried the Access Key module?

Resources