I have set up a subdomain URL in the web host CP in the format...
[url]http://forum.domain.org/[/url]
which has the full URL of...
[url]http://domain.org/forum/members/index.php[/url]
and when any link is clicked in the forum, the URL changes to the one above from the URL above that one..
How do I tackle the URL issue and rewriteing stuff as I need to chop forum/members out so that I have...
[url]http://forum.domain.org/~/index.php[/url]
OR if its possble...
[url]http://forum.domain.org/~index.php[/url]
OR if its possble...
[url]http://forum.domain.org/index.php[/url]
If anyone can help or point me to help, NOT THE APACHE SITE PLEASE, that effing things about as clear as mud.
Question is will all URL's be rewritten on that path or will it break images and links in posts? and how do I cope with links to things like pdf files in the forum stored elsewhere on the server?
I am the first to admit that I am virgin to this, all I knew was the .htaccess could allow you to password protect a folder, never had an idea of half the stff it goes on about. I would like to take advantage of this server with .htaccess and rewrites.