SkyWalker_89
New member
- Joined
- Dec 23, 2024
- Messages
- 5
- Thread Author
- #1
I'm using software which updates info every five minutes, by uploading all required files to a /image subdirectory.
This includes the index.html file, which also must be in the /image subdirectory.
I'd like my web address to be simply www.mydomain.com/subdirectory, not www.mydomain.com/subdirectory/image.
How can I redirect from /subdirectory to /subdirectory/image, but have it show in the browser as www.mydomain.com/subdirectory?
It's easy enough to redirect, either with an .htaccess file, or just some simple html, but in every case, the browser will show that you are in the /image directory.
It works fine in any event, but it just bugs me seeing the /image in the browser, as it looks like I designed a website with everything in one directory.
Any ideas?
This includes the index.html file, which also must be in the /image subdirectory.
I'd like my web address to be simply www.mydomain.com/subdirectory, not www.mydomain.com/subdirectory/image.
How can I redirect from /subdirectory to /subdirectory/image, but have it show in the browser as www.mydomain.com/subdirectory?
It's easy enough to redirect, either with an .htaccess file, or just some simple html, but in every case, the browser will show that you are in the /image directory.
It works fine in any event, but it just bugs me seeing the /image in the browser, as it looks like I designed a website with everything in one directory.
Any ideas?