Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Creating Installation Folder Question
Quick question that i should already know :
I want my website to look like this to access the forum:
www.forum.xxxxxx.com
If I created a folder named "forum" to unzip the installation files to, then after the installation will i have to type :
www.forum.xxxxxx.com/forum
in order to access the forum?
Thanks
I want my website to look like this to access the forum:
www.forum.xxxxxx.com
If I created a folder named "forum" to unzip the installation files to, then after the installation will i have to type :
www.forum.xxxxxx.com/forum
in order to access the forum?
Thanks
0
Comments
RewriteEngine On
RewriteRule ^(.*)$ garden/$1 [QSA,L]
In your case, replace 'garden' with 'forum'.