Ok, I'm Casshern, that's my nickname. FuChan is an image board I'm making, so far so good, until I hit a bump in the road. Here is the problem, if you've been to image boards before, you know they have sub-categories. On my html page, I have this a href command that I want to use to link to a file in a folder under public_html, so I'm thinking, easy as pie, just do this :
[<a href="/Anime/index.pl">/a/</a>]
the link would look like : /a/
and take you to that specific board, but it doesn't quite work. It gives me :
Not Found
The requested URL /anime/index.pl was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.8 (Unix) mod_ssl/2.2.8 OpenSSL/0.9.8b mod_mono/1.2.6 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at fuchan.exofire.net Port 80
any idea of how to link to a file in a sub folder? ty much.
[<a href="/Anime/index.pl">/a/</a>]
the link would look like : /a/
and take you to that specific board, but it doesn't quite work. It gives me :
Not Found
The requested URL /anime/index.pl was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.8 (Unix) mod_ssl/2.2.8 OpenSSL/0.9.8b mod_mono/1.2.6 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at fuchan.exofire.net Port 80
any idea of how to link to a file in a sub folder? ty much.