Posts: 7
Threads: 1
Joined: Jan 2010
Reputation:
0
2010-09-29, 01:55 PM
Forum seems to fail...
The default forum will not allow me to view it, it will re-direct me to my home page of my site not the forum topic.
http://mysite.com/forum/Forum-Message-fr...dmin-Staff
The above URL is what the forum points to but will not open, just re-directs to home page.
Posts: 5,866
Threads: 96
Joined: Nov 2009
Reputation:
311
2010-09-29, 01:57 PM
Can you provide the actual URL of your forum?
Posts: 8,967
Threads: 93
Joined: Oct 2007
Reputation:
99
2010-09-29, 01:58 PM
(This post was last modified: 2010-09-29, 01:59 PM by Alex Smith.)
A link to your site please as I don't really understand. All your screenshot shows is a forum. And, your link just confused me as it's not actually your site.
Edit: everytime ajs....
Posts: 36,995
Threads: 397
Joined: Apr 2008
Reputation:
748
2010-09-29, 01:58 PM
Not sure what you expect us to do with a mysite.com address...
Posts: 7
Threads: 1
Joined: Jan 2010
Reputation:
0
2010-09-29, 02:07 PM
Sorry, I thought I explained correctly.
http://10-6-club.com/forum
Posts: 36,995
Threads: 397
Joined: Apr 2008
Reputation:
748
2010-09-29, 02:08 PM
(This post was last modified: 2010-09-29, 02:10 PM by Matt.)
Looks like you've not made all the necessary .htaccess edits for the Google SEO plugin.
Reason we asked for a URL is because going to the home page, which is what you said, might be caused by something else wrong; we weren't sure if it said 404 or not (which it does).
Posts: 5,866
Threads: 96
Joined: Nov 2009
Reputation:
311
2010-09-29, 02:09 PM
Go to the ACP >> Configuration >> Plugins >> Google SEO and it should tell you what you need to do.
Posts: 7
Threads: 1
Joined: Jan 2010
Reputation:
0
2010-09-29, 02:12 PM
Quote:Google SEO (1.1.13)
Google Search Engine Optimization as described in the official Google's SEO starter guide. Please see the documentation for details.
* Add to .htaccess:
RewriteEngine on
# Google SEO workaround for search.php highlights:
# Make this rule the first rewrite rule in your .htaccess!
RewriteRule ^([^&]*)&(.*)$ http://10-6-club.com/forum/$1?$2 [L,QSA,R=301]
# Google SEO Sitemap:
RewriteRule ^sitemap-([^./]+)\.xml$ misc.php?google_seo_sitemap=$1 [L,QSA,NC]
# Google SEO URL Forums:
RewriteRule ^Forum-([^./]+)$ forumdisplay.php?google_seo_forum=$1 [L,QSA,NC]
# Google SEO URL Threads:
RewriteRule ^Thread-([^./]+)$ showthread.php?google_seo_thread=$1 [L,QSA,NC]
# Google SEO URL Announcements:
RewriteRule ^Announcement-([^./]+)$ announcements.php?google_seo_announcement=$1 [L,QSA,NC]
# Google SEO URL Users:
RewriteRule ^User-([^./]+)$ member.php?action=profile&google_seo_user=$1 [L,QSA,NC]
# Google SEO URL Calendars:
RewriteRule ^Calendar-([^./]+)$ calendar.php?google_seo_calendar=$1 [L,QSA,NC]
# Google SEO URL Events:
RewriteRule ^Event-([^./]+)$ calendar.php?action=event&google_seo_event=$1 [L,QSA,NC]
# Google SEO 404:
ErrorDocument 404 /forum/misc.php?google_seo_error=404
* 404, Meta, Redirect, Sitemap and URL are enabled.
Posts: 5,866
Threads: 96
Joined: Nov 2009
Reputation:
311
2010-09-29, 02:14 PM
It tells you what to do. Add what it lists to your .htaccess file.
Posts: 36,995
Threads: 397
Joined: Apr 2008
Reputation:
748
2010-09-29, 02:14 PM
As it says there, you have to add those rewrite rules to your .htaccess file...
|