MyBB Community Forums

Full Version: problem (post)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello

i sorry beacuse my english languish is poor

today after instal new script
i Found new Problem in myForum
when that i install Incorrectly a script in my forum root
And then i remove file & folder (script) from cp
but my forum no up

--------
i restor & replace my forum bacup(about 2 month ago )

now :
my forum is load
but my forum post and user profile not load

------------
i see in phpmyadmin , there is all post
and all pege than end of .php is correct
log into admin panel and navigate to plugins page. look at Google SEO plugin and follow its instructions
oh yes

i see :

RewriteEngine on

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

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

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

# 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]
^ so you have to add that content in .htaccess file (note : there is a dot before htaccess and it is not htaccess.txt)
i do any change
this is correct ?


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

404, Meta, Redirect, Sitemap and URL are enabled. (Configure)
Click to Revert changes to core files
^ yes. it should be alright.
very thanks
Smile