Hello,
Okay, im trying to install CMS in my root directory and something is missing. I would like to ask for your help to understand what im doing wrong here.
So my forum is installed in:
http://www.mysite.com/name/forum
and i want to install the CMS in http://www.mysite.com/name
I follow the instructions provided and heres what i do:
I edited the vb_dir.php like this:
...and uploaded it and the rest of the appropriate file from the CMS do not upload directory, to my /name directory.
I have "Always use Forum URL as Base Path" set to yes and i have set my "CMS Component URL" option with am absolute URL: http://www.mysite.com/name.
I set my cookies path to /name/forum/.
I do see the CMS Front Page ok when i go to /name directory, i see the forums ok when i go to /name/forum directory, but i get an error when i try to edit an article, or navigate to a different section of CMS.
I get this message in Safari:
or this message in Firefox:
What am i doing wrong??
Okay, im trying to install CMS in my root directory and something is missing. I would like to ask for your help to understand what im doing wrong here.
So my forum is installed in:
http://www.mysite.com/name/forum
and i want to install the CMS in http://www.mysite.com/name
I follow the instructions provided and heres what i do:
I edited the vb_dir.php like this:
Code:
<?php //If you installed the cms directly as a subdirectory of //vbulletin (www.example.com/cms) then you don't need to change this //file. Otherwise comment out the first line, uncomment the second line, //and change the value to be the actual path to the vbulletin installation on //server. //$vb_dir = realpath(dirname(__FILE__) . '/..'); $vb_dir = "/home/www/mysite.gr/www/name/forum"; ?>
I have "Always use Forum URL as Base Path" set to yes and i have set my "CMS Component URL" option with am absolute URL: http://www.mysite.com/name.
I set my cookies path to /name/forum/.
I do see the CMS Front Page ok when i go to /name directory, i see the forums ok when i go to /name/forum directory, but i get an error when i try to edit an article, or navigate to a different section of CMS.
I get this message in Safari:
Too many redirects occurred trying to open “http://mysite.com/name/content.php/138-Ειδήσεις”. This might occur if you open a page that is redirected to open another page which then is redirected to open the original page.
The page isn't redirecting properly
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
* This problem can sometimes be caused by disabling or refusing to accept
cookies.
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
* This problem can sometimes be caused by disabling or refusing to accept
cookies.
Comment