mount -o bind /tmp/www /www
service restart_httpd
echo hello > /tmp/var/wwwext/hello
Thanks for your help.
I've just created a new file in /tmp/var/www
Code:echo hello > /tmp/var/wwwext/hello
But that doesn't seem to be available when browsing http://192.168.100.1/hello
I get a red/rose screen with the message
404 Not Found
File not found.
Any idea?
Sorry, my fault....that's what happens when you dash off a quick response from memoryThanks for your help.
I've just created a new file in /tmp/var/www
Code:echo hello > /tmp/var/wwwext/hello
But that doesn't seem to be available when browsing http://192.168.100.1/hello
I get a red/rose screen with the message
404 Not Found
File not found.
Any idea?
cp -a /www /mnt/sda1/newwww
mount -o bind /mnt/sda1/newwww /www
service restart_httpd
That's what I've tried, (well I created the new folder to /tmp/www instead on the usb disk) but it doesn't work, I get 404.
Is there any guide to configure a free HTTPS certificate in asuswrt? That's what I'm trying to do.
Hi, been trying to add a simple file the the router, so I can perform periodic speed tests of my network (from a remote PRTG server). Adding a file to wwwext works, but I need to be logged in to the router to see its contents, Is there a way I can add a file to the router so that I can see it without logging in? I have an N66U and an AC68U to choose from (both on 380.62_1)
If that file would survive a reboot even better...
Thanks!
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!