کد:
ErrorDocument 400 /error.php
ErrorDocument 401 /error.php
ErrorDocument 403 /error.php
ErrorDocument 404 /error.php
ErrorDocument 500 /error.php

RewriteEngine On
RewriteRule ^\iranmy-sitemap.xml$ /sitemap.php [L]
RewriteRule ^\iranmyrss/(.*)/(.*)/$ /iranmyrss.php?$1=$2 [L]
RewriteRule ^\index.html$ /index.php [L]
RewriteRule ^tid-([^/]*)\.html$ /showthread.php?tid=$1 [L]
RewriteRule ^fid-([^/]*)\.html$ /forumdisplay.php?fid=$1 [L]
RewriteRule ^thread-([^/]*)\.html$ /showthread.php?tid=$1 [L]
RewriteRule ^user-([^/]*)\.html$ /member.php?action=profile&uid=$1 [L]
RewriteRule ^forum-([^/]*)\.html$ /forumdisplay.php?fid=$1 [L]
RewriteRule ^thread/([^/]*)\.html$ /showthread.php?tid=$1 [L]
RewriteRule ^user/([^/]*)\.html$ /member.php?action=profile&uid=$1 [L]
RewriteRule ^forum/([^/]*)\.html$ /forumdisplay.php?fid=$1 [L]
نقل قول نوشته اصلی توسط hamid.soltani92 نمایش پست ها
فایل .htaccess رو هم بررسی کنید.