Jump to the post that solved this thread.
Not Solved Google SEO plugin causing invalid forum
#1
Not Solved
Hi I was trying to configure google seo plugin but it causing "invalid forum"

Any setting i miss?

i have attaches my htaccess


Attached Files
.txt   htaccess.txt (Size: 3.83 KB / Downloads: 298)
Reply
#2
Not Solved
change the htaccess.txt file to .htaccess
Reply
#3
Not Solved
it was .htaccess i just copy it in a text file for everybody to see Smile
Reply
#4
Not Solved
look at Google SEO plugin on the plugins page. does it say anything to follow ?
eg. clicking on apply changes to core files link
Reply
#5
Not Solved
go to admin cp> Server and Optimization Options
then disable search engine friendly URLs

go to the plugin> google ceo
reverting url.

then turn it on again.

I hope this helps. because I never experienced anything like this. and this is how I cope.

Big Grin
Reply
#6
Not Solved
I already did. here's the messae in the plugin

Google SEO (1.6.5)
Google Search Engine Optimization as described in the official Google's SEO starter guide. Please see the documentation for details.

URL scheme conflict between 'event-{url}' and '{url}'.
URL scheme conflict between 'event-{url}' and '{url}'.
URL scheme conflict between 'calendar-{url}' and '{url}'.
URL scheme conflict between 'calendar-{url}' and '{url}'.
URL scheme conflict between 'user-{url}' and '{url}'.
URL scheme conflict between 'user-{url}' and '{url}'.
URL scheme conflict between 'announcement-{url}' and '{url}'.
URL scheme conflict between 'announcement-{url}' and '{url}'.
404, Meta, Redirect, Sitemap and URL are enabled. (Configure)
Click to Revert changes to core files.

(2013-05-01, 01:37 PM)ikhwanulfikri Wrote: go to admin cp> Server and Optimization Options
then disable search engine friendly URLs

go to the plugin> google ceo
reverting url.

then turn it on again.

I hope this helps. because I never experienced anything like this. and this is how I cope.

Big Grin

didn't work Sad

(2013-05-01, 01:33 PM).m. Wrote: look at Google SEO plugin on the plugins page. does it say anything to follow ?
eg. clicking on apply changes to core files link

here's the message in the plugin

URL scheme conflict between 'event-{url}' and '{url}'.
URL scheme conflict between 'event-{url}' and '{url}'.
URL scheme conflict between 'calendar-{url}' and '{url}'.
URL scheme conflict between 'calendar-{url}' and '{url}'.
URL scheme conflict between 'user-{url}' and '{url}'.
URL scheme conflict between 'user-{url}' and '{url}'.
URL scheme conflict between 'announcement-{url}' and '{url}'.
URL scheme conflict between 'announcement-{url}' and '{url}'.
404, Meta, Redirect, Sitemap and URL are enabled. (Configure)
Click to Revert changes to core files.
Reply
#7
Not Solved
^ you have changed the URL scheme used for the plugin. that is the reason for above mentioned conflicts.
Reply
#8
Not Solved
This user has been denied support. This user has been denied support.
It doesn't work that way. You have to give each type of URL an identifier that distinguishes it from every other type of URL. With your current setup, the Rewrite for forums matches threads, events, users, announcements, etc. when it should match forums exclusively.

That's why by default every URL type has a specific prefix (Forum-, Thread-, etc.). You can change this to some other unique identifier, but you can't remove the identifier entirely.
Reply
#9
Not Solved
(2013-05-01, 01:43 PM)frostschutz Wrote: It doesn't work that way. You have to give each type of URL an identifier that distinguishes it from every other type of URL. With your current setup, the Rewrite for forums matches threads, events, users, announcements, etc. when it should match forums exclusively.

That's why by default every URL type has a specific prefix (Forum-, Thread-, etc.). You can change this to some other unique identifier, but you can't remove the identifier entirely.

thanks it works Smile
Reply
#10
Not Solved
I am now having exact same issue and it came up only after changing the server.
I tried all methods suggested in this forum like rebuilding the cache, re uploading forumdisplay
looking into Htaccess, making sure google seo URL parameters is not clashing with anything.
etc etc. Not even this forum but searched all over net but nothing seems to be working for me :/

Problem came only after moving host ( control panel is still same DA )

Link : http://xscams.com

P.S. ATM plugin is disabled to show up the threads but I get this error when I activate the plugin
and it is only and only at THREAD

http://pasteboard.co/PiNQjTA.png

This is my Htacess file like:

Quote:RewriteEngine on

# Some hosts require RewriteBase to make RewriteRules work.
RewriteBase /

# Google SEO workaround for search.php highlights:
# Make this rule the first rewrite rule in your .htaccess!
RewriteRule ^([^&]*)&(.*)$ http://xscams.com/$1?$2 [L,QSA,R=301]

# Google SEO URL Users:
RewriteRule ^User-([^./]+)$ member.php?action=profile&google_seo_user=$1 [L,QSA,NC]

# Google SEO 404:
ErrorDocument 404 /misc.php?google_seo_error=404

# Google SEO URL Forums:
RewriteRule ^([^./]+)$ forumdisplay.php?google_seo_forum=$1 [L,QSA,NC]

# Google SEO Sitemap:
RewriteRule ^sitemap-([^./]+)\.xml$ misc.php?google_seo_sitemap=$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 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]

Any solution to this issue above??
Reply
Jump to the post that solved this thread.


Forum Jump:


Users browsing this thread: 3 Guest(s)