- Readme First! - Read and follow the rules, otherwise your posts will be closed
There are currently, 313 guest(s) and 0 member(s) that are online. You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - problem after posting in my forum [ ]
Author
Message
gilles76
Nuke Cadet
Joined: Oct 07, 2004
Posts: 2
Posted:
Mon Aug 22, 2005 9:16 pm
hi, i've a problem with googliefier and forum posting.
after inserting a post in my forum I've no message and no redirect to the main page... but the post is correctly inserted.
My htaccess
#Forums
RewriteRule ^kart_forums.* kart.html?name=Forums&file=index
RewriteRule ^kart_forums.* kart.html?name=Forums&file=index&mark=forums
#RewriteRule ^kart_forcat([0-9]*).* kart.html?name=Forums&file=index&c=$1
RewriteRule ^kart_forcat([0-9]*).html kart.html?name=Forums&file=index&c=$1
RewriteRule ^kartforum([0-9]*).* kart.html?name=Forums&file=viewforum&f=$1&mark=topic
RewriteRule ^kart_viewforum([0-9]*)-([0-9]*)-([0-9]*).* kart.html?name=Forums&file=viewforum&f=$1&topicdays=$2&start=$3
RewriteRule ^kartforum([0-9]*).* kart.html?name=Forums&file=viewforum&f=$1
RewriteRule ^kart_pretopic([0-9]*).* kart.html?name=Forums&file=viewtopic&t=$1&view=previous
RewriteRule ^kart_nextopic([0-9]*).* kart.html?name=Forums&file=viewtopic&t=$1&view=next
RewriteRule ^kart_watchtopic([0-9]*)-([0-9]*).* kart.html?name=Forums&file=viewtopic&t=$1&watch=topic&start=$2
RewriteRule ^kart_unwatchtopic([0-9]*)-([0-9]*).* kart.html?name=Forums&file=viewtopic&t=$1&unwatch=topic&start=$2
RewriteRule ^kart_fortopic([0-9]*)-([0-9]*)-([a-zA-Z]*)-([0-9]*).* kart.html?name=Forums&file=viewtopic&t=$1&postdays=$2&postorder=$3&start=$4
RewriteRule ^kart_fortopic([0-9]*)-([0-9]*).* kart.html?name=Forums&file=viewtopic&t=$1&start=$2
RewriteRule ^kart_fortopic([0-9]*).* kart.html?name=Forums&file=viewtopic&t=$1
RewriteRule ^kart_fortopic([0-9]*).* kart.html?name=Forums&file=viewtopic&t=$1&highlight=$2
RewriteRule ^kart_fortopic([0-9]*).* kart.html?name=Forums&file=viewtopic&t=$1&start=$2&postdays=$3&postorder=$4&highlight=$5
RewriteRule ^author-([a-zA-Z0-9+=]*).html kart.html?name=Forums&file=search&search_author=$1
RewriteRule ^member-([a-zA-Z0-9+=]*)-([0-9]*).html kart.html?name=Forums&file=profile&mode=$1&u=$2
RewriteRule ^kart_post([0-9]*).* kart.html?name=Forums&file=viewtopic&p=$1&highlight=$2
RewriteRule ^kart_post([0-9]*).* kart.html?name=Forums&file=viewtopic&p=$1
RewriteRule ^piloti([0-9]*).* kart.html?name=Forums&file=groupcp&g=$1
RewriteRule ^noi_piloti.* kart.html?name=Forums&file=groupcp
my header.php
"'(?<!/)kart.html\?name=Forums&file=search&search_author=([a-zA-Z0-9+=]*)'",
"'(?<!/)kart.html\?name=Forums&file=profile&mode=([a-zA-Z0-9+=]*)&u=([0-9]*)'",
"'(?<!/)kart.html\?name=Forums&file=profile&mode=([a-zA-Z0-9+=]*)&u=([0-9]*)'",
"'(?<!/)kart.html\?name=Forums&file=viewforum&f=([0-9]*)&topicdays=([0-9]*)&start=([0-9]*)'",
"'(?<!/)kart.html\?name=Forums&file=viewforum&f=([0-9]*)&mark=topics'",
"'(?<!/)kart.html\?name=Forums&file=viewforum&f=([0-9]*)'",
"'(?<!/)kart.html\?name=Forums&file=viewforum&f=([0-9]*)'",
"'(?<!/)kart.html\?name=Forums&file=viewtopic&t=([0-9]*)&view=previous'",
"'(?<!/)kart.html\?name=Forums&file=viewtopic&t=([0-9]*)&view=next'",
"'(?<!/)kart.html\?name=Forums&file=viewtopic&t=([0-9]*)&postdays=([0-9]*)&postorder=([a-zA-Z]*)&start=([0-9]*)'",
"'(?<!/)kart.html\?name=Forums&file=viewtopic&t=([0-9]*)&start=([0-9]*)&postdays=([0-9]*)&postorder=([a-zA-Z]*)&highlight=([a-zA-Z0-9]*)'",
"'(?<!/)kart.html\?name=Forums&file=viewtopic&t=([0-9]*)&start=([0-9]*)'",
"'(?<!/)kart.html\?name=Forums&file=viewtopic&t=([0-9]*)&watch=topic&start=([0-9]*)'",
"'(?<!/)kart.html\?name=Forums&file=viewtopic&t=([0-9]*)&unwatch=topic&start=([0-9]*)'",
"'(?<!/)kart.html\?name=Forums&file=viewtopic&t=([0-9]*)&highlight=([a-zA-Z0-9]*)'",
"'(?<!/)kart.html\?name=Forums&file=viewtopic&t=([0-9]*)'",
"'(?<!/)kart.html\?name=Forums&file=viewtopic&p=([0-9]*)&highlight=([a-zA-Z0-9]*)'",
"'(?<!/)kart.html\?name=Forums&file=viewtopic&p=([0-9]*)'",
"'(?<!/)kart.html\?name=Forums&file=viewtopic&p=([0-9]*)'",
"'(?<!/)kart.html\?name=Forums&file=index&c=([0-9]*)'",
"'(?<!/)kart.html\?name=Forums&file=index&mark=forums'",
"'(?<!/)kart.html\?name=Forums&file=index'",
"'(?<!/)kart.html\?name=Forums&file=index'",
"'(?<!/)kart.html?name=Forums&file=groupcp&g=([0-9]*)'",
"'(?<!/)kart.html?name=Forums&file=groupcp&g=([0-9]*)'",
"'(?<!/)kart.html?name=Forums&file=groupcp&g=([0-9]*)'",
"'(?<!/)kart.html?name=Forums&file=groupcp'",
"'(?<!/)kart.html?name=Forums&file=groupcp'",
...
"author-\\1.html",
"member-\\1-\\2.html",
"member-\\1-\\2.html",
"kart_viewforum\\1-\\2-\\3.html",
"kartforum\\1.html",
"kartforum\\1.html",
"kartforum\\1.html",
"kart_pretopic\\1.html",
"kart_nextopic\\1.html",
"kart_fortopic\\1-\\2-\\3-\\4.html",
"kart_fortopic\\1.html",
"kart_fortopic\\1-\\2.html",
"kart_watchtopic\\1-\\2.html",
"kart_unwatchtopic\\1-\\2.html",
"kart_fortopic\\1.html",
"kart_fortopic\\1.html",
"kart_post\\1.html",
"kart_post\\1.html",
"kart_post\\1.html",
"kart_forcat\\1.html",
"kart_forums.html",
"kart_forums.html",
"kart_forums.html",
"piloti\\1.html",
"piloti\\1.html",
"piloti\\1.html",
"noi_piloti.html",
"noi_piloti.html",
Than you in advance
best regards
Ugo
_________________kart
gilles76
Nuke Cadet
Joined: Oct 07, 2004
Posts: 2
Posted:
Wed Aug 31, 2005 5:29 am
strange but true after few days everything has gone ok
that's really amazing!
_________________kart
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum