• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

[8wayRun.Com] XenPorta (Portal)

Status
Not open for further replies.
In your acp, go to Options > [8wayRun.com] XenPorta.
In there, check the box for Set as Index Controller.
 
I had exactly same issue i reinstalled everything back properly . Xenforo on root directory and this add-on as explained in first post . You need to setup your board URL properly too . I don't see much members so shouldn't be so hard .
 
I'm working with Wizard on this and here is the procedure I have followed:

- Installed Xenforo on the root web directory at http://www.waywardinn.com
- Uploaded the add-on and copied its files to the correct locations in js/ and library/
- Installed the add-on using the .xml file provided.
- Enabled the "Set as Index Controller" option in the admin CP.
- Enabled "Use Full Friendly URLs" in the forum options.

Now, with the "Board URL" option set to the root directory (http://www.waywardinn.com) the "Forum" button on the forum main page attempts to go to http://www.waywardinn.com/forum and throws a 404 because there is no such directory.
With the "Board URL" option set to http://www.waywardinn.com/forum the same thing occurs.
When I disable the "Set as Index Controller" option on the add-on, the forum will appear as expected on the root http://www.waywardinn.com directory regardless of what the "Board URL" is set to.

The server is running PHP 5.3, MySQL 5.1.56, and Litespeed v4.0.20. All changes here were made including a graceful restart of Litespeed which seemed to help things take effect.
Obviously this isn't really the behavior I'm looking for - the forum should appear on the forum/ directory while the home page is all that appears on the root directory. Is there something I'm missing here?

Thanks,
Ghan
 
There should be a file called ".htaccess.txt" in the default XenForo root... rename this to ".htaccess"
 
There should be a file called ".htaccess.txt" in the default XenForo root... rename this to ".htaccess"

I have done this to no effect. I have also tried adding the rewrite rules inside that file to the virtual host directly on Litespeed with no change.
Here are the rules:
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^(data|js|styles|install) - [NC,L]
RewriteRule ^.*$ index.php [NC,L]
 
Revert the template "flexile_exceptions.css".

You should not be doing any CSS changes in existing CSS files... apply all your changes in EXTRA.css
Ok I reverted it, but I hadn't made any edits to it that I can remember.
 
Status
Not open for further replies.
Back
Top Bottom