MyBB Community Forums

Full Version: How I can Set SEO Friendly URLS?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(2011-04-02, 04:15 AM)nadlerz Wrote: [ -> ]Remove the "Thread-" in the thread settings

Doing that will cause problems with the rewrite rules. There must be something in the URL that allows a rewrite rule to match only thread URLs, and nothing else. If you remove the prefix entirely, the rule will just match everything, conflicting with other URL types.
hello friend can you say what are location i want to upload files

these are the steps i followed

first upoloaded the file named "inc" sever then go to my admin Dashboard and install i got the message like this

"# Google SEO workaround for search.php highlights:
# Make this rule the first rewrite rule in your .htaccess!
RewriteRule ^([^&]*)&(.*)$ http://dishunters.com/$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 /misc.php?google_seo_error=404
""""


as i read here you said to change htaccess.txt to .htaccess so i want in which way i want add those codes and where i want to upload it???
Pages: 1 2