Announcement

Collapse
No announcement yet.

Remove Redirect to /content

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • GoneBushX
    replied
    Same Problem with 4.2.1; I want to simply rename URL/content/ to URL/articles/ (all installed in root)
    I added this to htaccess to no avail, must be internal??- RewriteRule ^articles/.* content.php [QSA]
    Last edited by GoneBushX; Fri 13 Sep '13, 10:32pm.

    Leave a comment:


  • RichieBoy67
    replied
    This is very old but relevant. How is this done now with 4.2?

    Leave a comment:


  • rossco_2005
    replied
    Originally posted by azzurro View Post
    Do you run into the following bug when paginating?

    http://tracker.vbulletin.com/browse/VBIV-10876
    Yes same issue, I will go back to using my hack.

    Leave a comment:


  • azzurro
    replied
    Originally posted by rossco_2005 View Post
    I just found the proper solution, forget about that plugin I've now disabled it and got what I want.
    In admincp -> settings -> options -> content management:
    Set "Point CMS default to index.php" to "yes"
    Set "Site Tab URL" to "" (blank).
    Do you run into the following bug when paginating?

    Leave a comment:


  • rossco_2005
    replied
    I just found the proper solution, forget about that plugin I've now disabled it and got what I want.
    In admincp -> settings -> options -> content management:
    Set "Point CMS default to index.php" to "yes"
    Set "Site Tab URL" to "" (blank).

    Leave a comment:


  • rossco_2005
    replied
    Reading this thread really frustrated me. This is a problem with vBulletin, and the customer support is trying to blame the end user.
    The reason it is doing this is because the default script is 'content.php'. When using friendly URLs, this becomes just 'content/'.
    So the default path becomes site.com/content/

    Here is a hack to fix this (imo) bug:


    The final plugin (@ init_startup) is:
    PHP Code:
    if ($_SERVER['REQUEST_URI'] == '/')
    {
        
    $vbulletin->options['friendlyurl_canonical'] = 0;
    }  
    if (
    $_SERVER['REQUEST_URI'] == '/content/')
    {
        
    exec_header_redirect('/'301);

    I have been using it for months now and it has worked perfectly.

    Leave a comment:


  • federosky
    replied
    Hi all,
    I believe that there is an internal redirection.
    You won't be able to remove the 'content' string of the URL, unless you put hands into vBulletin core classes.
    Pitty!
    I've been trying to achieve the same for 3 hours, with no luck!

    Cheers!

    Leave a comment:


  • David Karol
    replied
    Originally posted by Trevor Hannant View Post
    You will need to edit your rewrite rules to how you wish them.
    Trevor,

    It seems that there are a lot of people with the issue.



    Would you be able to write a tutorial on how to do so?

    Leave a comment:


  • Trevor Hannant
    replied
    You will need to edit your rewrite rules to how you wish them.

    Leave a comment:


  • postah
    replied
    Having the same issue. Did anyone find a solution?

    Leave a comment:


  • David Karol
    replied
    Originally posted by Dirt Bike Addict View Post
    You don't have vBSEO installed do you?

    vBSEO will change the CMS to /content/
    Nope, it's being done with the .htaccess file provided with vBulletin.

    Leave a comment:


  • Dirt Bike Addict
    replied
    You don't have vBSEO installed do you?

    vBSEO will change the CMS to /content/

    Leave a comment:


  • David Karol
    replied
    Originally posted by Steve Machol View Post
    Which pages?
    Everything.

    Leave a comment:


  • Steve Machol
    replied
    Which pages?

    Leave a comment:


  • David Karol
    replied
    Originally posted by Steve Machol View Post
    Then remove that. The purpose of the htaccess file is to redirect, which I am saying is the issue.
    When mod_rewrite SEO URLs are turned on, and I remove the htaccess file, I can't see the pages though.

    Leave a comment:

widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Working...
X