Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Is my domain name mis configured?
My domain name has "/dir/" attached to it after the .com and it is keeping my domain name from properly loading. It looks like this:
dronesolo.com/dir/
if I punch in the above address it goes to my website but if I drop the /dir/ it wont go.
Can anyone help?
2 Answers
- BigELv 75 years ago
its not your domain. its your web server.
You probably can get it to rewrite that, but if it is hosted you'll have to ask how to do that.
You only need to forward the unadorned one to /dr, and after that it would work fine.
Update:
So if it is hosted, that might their convention. If you installed it, then your pathing is wrong.
In any event, a rewrite rule or meta refresh call can put the initial web access into the /dir/ directory.
If it can run without the /dir/ (you didn't embed the path your code). then moving and setting the correct directory root will work (Apache term).
- DaveLv 75 years ago
Why the /dir/? If it s not needed, copy the contents of /dir and move them all up a folder.