MyBB Community Forums

Full Version: THREAD ERROR
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
hay frnds..i setted up threads in my site but now when i open any of them i get this error..


Not Found

The requested URL /forum-4.html was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at itforumz.net Port 80



plz tell me how to solve this

plzzzzzzz someone help me plz plz

plzzzzzzzzzzzzzzz reply somebody plzzzz
you need to edit edit your .htaccess file frend.
go to forum root directory in FTP.
create a new file .htaccess and add this to it:

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://www.hackinggods.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]
there is already an hta file...should i put this code in the same one or had to make another
Please post the contents of your current .htaccess file.
i added this code in htaccess as htaccess was empty earlier but still no effect...same error still

current haccess was empty nw i putted above code but still same error
Try rename htaccess.txt to .htaccess Smile
phoooooooo...finally it workeddddd thanks alot vernier bro...i found you the most helpful person here you solved 2 of my major probs...HUGS
Glad to help Smile
bro i told you to add a .htaccess file not htaccess.txt Smile happy to hear your problem solved. Thanks
u told and i added n then added the code in that too but it didnt worked then vernier told and i did n it worked...but thanks alot for ur responce too
Pages: 1 2