Sponsored Content
Top Forums Web Development Removing VBSEO for vbulletin – Reverting back to vbulletin URLs Post 302885654 by goldenboy48 on Monday 27th of January 2014 06:51:50 PM
Old 01-27-2014
Hey guys, I found your forum while searching for vBSEO + nginx configuration. It's awesome that you are providing rewrites to revert back to old vbulletin urls. Since vBSEO is still functional and I want to use nginx, could someone help me out here?

vBSEO provided these nginx rules:

Code:
location /forums/ {
rewrite ^/forums/((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ /forums/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 last;

try_files $uri $uri/ /forums/vbseo.php?$args;
}

location ~ /forums/(.*\.php)$ {
rewrite ^/forums/(.*)$ /forums/vbseo.php last;
}
location /forums/vbseo/(includes|resources/html|resources/xml)/ {
	allow      127.0.0.1;
	deny      all;
}

But they don't work. Can someone help me out here?

Also, since vBSEO is still functional, why did you "decommission" it?

Edit: I was able to fix it; "html" files were being served as static files and my seo urls had .html at the end.

Last edited by goldenboy48; 01-27-2014 at 10:42 PM..
 

We Also Found This Discussion For You

1. Post Here to Contact Site Administrators and Moderators

vbulletin addon for ads?

i'm wondering what vbulletin addon is used here to manage ads if the admin could let me know :) (1 Reply)
Discussion started by: disgust
1 Replies
gss_canonicalize_name(3)				     Library Functions Manual					  gss_canonicalize_name(3)

NAME
gss_canonicalize_name() - convert an internal name to an internal mechanism name (MN) representation of an opaque internal name SYNOPSIS
DESCRIPTION
The routine generate a canonical mechanism name (MN) from an arbitrary internal name. The mechanism name is the name that would be returned to a context acceptor on successful authentication of a context where the initiator used the input_name in a successful call to specifying an Object Identifier (OID) set containing mech_type as its only member, followed by a call to specifying mech_type as the authentication mechanism. Input Parameters input_name Specifies the name for which a canonical form is desired. mech_type The authentication mechanism for which the canonical form of the name is desired. The desired mechanism must be spec- ified explicitly; no default is provided. Output Parameters output_name The resultant canonical name. minor_status Returns a status code from the security mechanism. STATUS CODES
The following status codes can be returned: The routine was completed successfully. The identified mechanism is not supported. The provided internal name contains no elements that could be processed by the specified mechanism. The provided internal name was ill-formed. The routine failed. Check the minor_status parameter for details. AUTHOR
was developed by Sun Microsystems, Inc. SEE ALSO
gss_compare_name(3), gss_import_name(3), gss_release_name(3). The manpages for DCE-GSSAPI are included with the DCE-CoreTools product. To see those manpages add to gss_canonicalize_name(3)
All times are GMT -4. The time now is 01:39 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy