MyBB Community Forums

Full Version: Google SEO Redirect Issues
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all - 

I've installed the Google SEO plugin and am having issues with redirects (the Google URL SEO feature). When I change my Calendar URL scheme to be "calendar/{url}" instead of default "Calendar-{url}", I am unable to Add Public Event to the Calendar as I receive a 404 Not Found. I have the following in my .htaccess file and my forum is on a subdomain (http://sub.domain.com/).

# Google SEO URL Calendars:
RewriteRule ^calendar/([^./]+)$ calendar.php?google_seo_calendar=$1 [L,QSA,NC]

Thanks for the help!