Quote:
Originally Posted by Kei Kurono
How do i make it so instead of linking direct urls like this
|
Not sure - by default, if you create a link to a file called sally.pdf on your site, which is in subdirectory /fred/jim then you should be able to specify either
Code:
http://yoursite.com/fred/jim/sally.pdf
or
Code:
/fred/jim/sally.pdf
. Be aware that the default starting point is the root of your web site, not your forum directory, so if you are trying to get at a subdirectory of your forums, then you need to stick the forum directory name at the start of the structure.
If you change the parameter local_file_root (lf admin page) from 0 to 1, then the file is specified relative to your server's file system. This gives a way to store files outside the directory structure, provided you're careful about security settings on your site.