Comments URL:
http://www.axistorrent.com/comments/
<link rel="stylesheet" type="text/css" href="http://axistorrent.com/comments/css/stylesheet.css"/>
Code:
http://axistorrent.com/application-torrents/comments/images/smilies/smile.gif
.htaccess
Options -Indexes +FollowSymLinks
RewriteEngine On
ErrorDocument 400 /404.php
ErrorDocument 401 /401.php
ErrorDocument 403 /403.php
ErrorDocument 404 /404.php
ErrorDocument 500 /500.php
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteRule ^tag/(.*)$ search.php?q=$1
RewriteRule ^google/(.*)$ google.php
RewriteRule help/(.*)$ help.php
RewriteRule ^all-torrents/latest/(.*)$ all.php?cat=$1
RewriteRule ^(.*)-torrents/(.*)/(.*)$/ search.php?cat=$1&orderby=$2&p=$3&browse=true [L]
RewriteRule ^(.*)-torrents/(.*)/(.*)$ search.php?cat=$1&orderby=$2&p=$3&browse=true [L]
RewriteRule ^(.*)-torrents$ search.php?cat=$1&orderby=2&browse=true [L]
RewriteRule ^(.*)-torrents/$ search.php?cat=$1&orderby=2&browse=true [L]
RewriteRule ^(.*)-torrents/(.*)_(.*).html$ detail.php?cat=$1&id=$3 [L]
RewriteRule ^rss/(.*)$ rss.php?cat=$1&browse=true&%{QUERY_STRING} [L]
Thanks for helping
also when i post comment i got redirected to this page
http://axistorrent.com/detail.php?cat=ap...41#process here i can see the comment but when i browse the defualt link
http://axistorrent.com/application-torre...89841.html the comment was disappeared
please look into this