phpBB SEO
Boards
Directory  
SEO  
Downloads
  phpBB SEO : Search Engine Optimization, Directory, Forums  
Index
Forums
Annuaire
Référencement
Télécharger
 
  Search Rechercher
    Register
Username :  Password :  Log me on automatically each visit  
S'enregistrer  
 
   
(SOLVED) - error while tryng to post (but post goes through)

 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB mod Rewrite  » Advanced mod Rewrite
::  
Author Message
abhishek1711
PR0
PR0


Joined: 03 May 2007
Posts: 60

(SOLVED) - error while tryng to post (but post goes through)Posted: Tue Jul 24, 2007 4:46 pm    Post subject: (SOLVED) - error while tryng to post (but post goes through)

Some error in my forum (ibsrocks.com/forum)...after i got this seo mod installed.when any1 tries to post this error comes up (though the post is actuall made). this is leading to double/triple posts as members think that the post wasnt made.

Quote:
Not Found
The requested URL /forum/post1374.html&ie 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/1.3.33 Server at http://www.ibsrocks.com Port 80


can som1 help.


Last edited by abhishek1711 on Fri Jul 27, 2007 7:30 pm; edited 1 time in total
Back to top
abhishek1711
PR0
PR0


Joined: 03 May 2007
Posts: 60

(SOLVED) - error while tryng to post (but post goes through)Posted: Tue Jul 24, 2007 8:32 pm    Post subject: Re: (SOLVED) - error while tryng to post (but post goes through)

hii any1 here? plz help urgently as its messing up my forum Sad
Back to top
AmirAbbas
phpBB SEO Team
phpBB SEO Team


Joined: 11 May 2006
Posts: 529
Location: IRAN

(SOLVED) - error while tryng to post (but post goes through)Posted: Wed Jul 25, 2007 5:54 am    Post subject: Re: (SOLVED) - error while tryng to post (but post goes through)

are you sure that your htaccess file is correct ?
please put a link to your forum and post your htaccess file here

_________________
چهار گوش - طراحی وب - مجله طراحی وب
Back to top
Visit poster's website
abhishek1711
PR0
PR0


Joined: 03 May 2007
Posts: 60

(SOLVED) - error while tryng to post (but post goes through)Posted: Wed Jul 25, 2007 9:16 am    Post subject: Re: (SOLVED) - error while tryng to post (but post goes through)

link www.ibsrocks.com/forum

htzccess file

Quote:

# You could need to un-comment the following line

# Options +FollowSymlinks

RewriteEngine On

RewriteBase /



#########################################################

# forum SEO REWRITE RULES #

#########################################################

# AUTHOR : DCZ http://www.forum-seo.com/

# STARTED : 01/2006

#####################################################

# FORUMS PAGES

########################

# FORUM INDEX (un-comment if used)

# RewriteRule ^forum/index\.html$ /forum/index.php [QSA,L,NC]

# FORUM PROTECTION RULE

# RewriteRule ^forum/[a-z0-9_-]*/([^/]+\.html)$ /forum/index.php [R=301,L,NC]

# CATEGORIES

RewriteRule ^forum/[a-z0-9_-]*-c([0-9]+)\.html$ /forum/index.php?c=$1 [QSA,L,NC]

# PAGINATED FORUM

RewriteRule ^forum/[a-z0-9_-]*-f([0-9]+)-([0-9]+)\.html$ /forum/viewforum.php?f=$1&start=$2 [QSA,L,NC]

# FORUM

RewriteRule ^forum/[a-z0-9_-]*-f([0-9]+)\.html$ /forum/viewforum.php?f=$1 [QSA,L,NC]

# PAGINATED TOPIC

RewriteRule ^forum/[a-z0-9_-]*-t([0-9]+)-([0-9]+)\.html$ /forum/viewtopic.php?t=$1&start=$2 [QSA,L,NC]

# TOPIC

RewriteRule ^forum/[a-z0-9_-]*-t([0-9]+)\.html$ /forum/viewtopic.php?t=$1 [QSA,L,NC]

# POST

RewriteRule ^forum/post([0-9]+)\.html$ /forum/viewtopic.php?p=$1 [QSA,L,NC]

#PROFILES

RewriteRule ^forum/member([0-9]+)\.html$ /forum/profile.php?mode=viewprofile&u=$1 [QSA,L,NC]

# END forum PAGES

#####################################################



#########################################################

# MX SITEMAPS REWRITE RULES SIMPLE #

#########################################################

# AUTHOR : dcz http://www.forum-seo.com/

# STARTED : 2006/04/28

########################################################

# INDEX

RewriteRule ^forum/sitemaps\.html$ /forum/sitemaps.php [QSA,L,NC]

# PORTAL INDEX

RewriteRule ^forum/mx-map\.html$ /forum/sitemaps.php?mx [QSA,L,NC]

# FORUM INDEX

RewriteRule ^forum/forum-map\.html$ /forum/sitemaps.php?fim [QSA,L,NC]

# PAGINATED FORUM MAP

RewriteRule ^forum/forum-map([0-9]+)-([0-9]+)\.html$ /forum/sitemaps.php?fmp=$1&start=$2 [QSA,L,NC]

# FORUM MAP

RewriteRule ^forum/forum-map([0-9]+)\.html$ /forum/sitemaps.php?fmp=$1 [QSA,L,NC]

# CATEGORIES

RewriteRule ^forum/sitemaps([0-9]+)\.html$ /forum/sitemaps.php?c=$1 [QSA,L,NC]

#########################################################

# END SITEMAPS REWRITE RULES #

#########################################################
Back to top
abhishek1711
PR0
PR0


Joined: 03 May 2007
Posts: 60

(SOLVED) - error while tryng to post (but post goes through)Posted: Wed Jul 25, 2007 9:38 am    Post subject: Re: (SOLVED) - error while tryng to post (but post goes through)

can u please help ! im tired of deleting duplicate posts !!!
Back to top
abhishek1711
PR0
PR0


Joined: 03 May 2007
Posts: 60

(SOLVED) - error while tryng to post (but post goes through)Posted: Thu Jul 26, 2007 11:26 am    Post subject: Re: (SOLVED) - error while tryng to post (but post goes through)

any1 thr?plz help...even codes like bold,quote etcs arent working...have to mannually key them in
Back to top
abhishek1711
PR0
PR0


Joined: 03 May 2007
Posts: 60

(SOLVED) - error while tryng to post (but post goes through)Posted: Fri Jul 27, 2007 12:03 pm    Post subject: Re: (SOLVED) - error while tryng to post (but post goes through)

very dissapointing support by phpbb-seo team...i mean i installed ur mod and now am stranded....bad, bad
Back to top
HB
phpBB SEO Team
phpBB SEO Team


Joined: 16 Oct 2006
Posts: 831

(SOLVED) - error while tryng to post (but post goes through)Posted: Fri Jul 27, 2007 4:27 pm    Post subject: Re: (SOLVED) - error while tryng to post (but post goes through)

Sorry about the delayed response. For the record, I recommend testing your board locally before making it live (e.g., How can I setup a testing platform?). That will avoid complaints from your membership.

If I were to guess, one of your other mods is the cause. For example, here's a post from your forum:

http://www.ibsrocks.com/forum/post384.html#384

That redirects just fine. Now the same one with &ie added:

http://www.ibsrocks.com/forum/post384.html&ie#384

That fails, as you reported. It's only a guess, but look in posting.php around this code block:

Code:
else if ( $submit || $confirm )


You probably installed some other mod that changes the return URL and it's not compatible with the phpBB-seo related mods.

_________________
Dan Kehn
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15242

(SOLVED) - error while tryng to post (but post goes through)Posted: Fri Jul 27, 2007 6:19 pm    Post subject: Re: (SOLVED) - error while tryng to post (but post goes through)

abhishek1711 wrote:
very dissapointing support by phpbb-seo team...i mean i installed ur mod and now am stranded....bad, bad


Really ?

Feel free to stay far from SEs if your prefer.

Anyway, try :

Code:
RewriteRule ^forum/post([0-9]+)\.html(&ie)?$ /forum/viewtopic.php?p=$1 [QSA,L,NC]


And for your personal knowledge, this come from a mod not properly using append_sid(), it's adding vars outside of it.

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
abhishek1711
PR0
PR0


Joined: 03 May 2007
Posts: 60

(SOLVED) - error while tryng to post (but post goes through)Posted: Fri Jul 27, 2007 7:18 pm    Post subject: Re: (SOLVED) - error while tryng to post (but post goes through)

dcz wrote:


Really ?

Feel free to stay far from SEs if your prefer.

Anyway, try :



Oh thanks so much , sir i didnt mean to offend any feelings though , was just feeling helpless, waited few days for help n got impatient as am having to manually delete all the double posts...and am a newbie with no coding knowledge... thnks ur suggestion works fine and now the error is gone.


Last edited by abhishek1711 on Fri Jul 27, 2007 7:29 pm; edited 1 time in total
Back to top
abhishek1711
PR0
PR0


Joined: 03 May 2007
Posts: 60

(SOLVED) - error while tryng to post (but post goes through)Posted: Fri Jul 27, 2007 7:20 pm    Post subject: Re: (SOLVED) - error while tryng to post (but post goes through)

HB wrote:


You probably installed some other mod that changes the return URL and it's not compatible with the phpBB-seo related mods.


i tried installing url redirect mod(after installing seo mod with the error) from phpbb-seo itself..but showed some error so reveresed it back. however the job was surprisingly done, the urls were redirected to seo ones....

however this was done after the seo mod ( the posting error was there)...so the problem must be somewhere else i guess
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15242

(SOLVED) - error while tryng to post (but post goes through)Posted: Fri Jul 27, 2007 7:44 pm    Post subject: Re: (SOLVED) - error while tryng to post (but post goes through)

If you provide a link to the mod adding the &ie, I'll take a look at it for a working fix.

It's pretty normal that the mod rewrite redirects post urls with this extra variable, depending on if it is useful at this stage, you may need to add some code to have the mod using it working.

++

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
abhishek1711
PR0
PR0


Joined: 03 May 2007
Posts: 60

(SOLVED) - error while tryng to post (but post goes through)Posted: Fri Jul 27, 2007 7:51 pm    Post subject: Re: (SOLVED) - error while tryng to post (but post goes through)

hi i didnt get which mod u referred to... now the error is rectified , so is there anything else tht may need to be rectified for future? thnks
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15242

(SOLVED) - error while tryng to post (but post goes through)Posted: Fri Aug 03, 2007 1:52 pm    Post subject: Re: (SOLVED) - error while tryng to post (but post goes through)

hard to tell, but the worst you can have is to see the mod adding this &ie not working properly.
With the zero duplicate running in strict mod, this url would be redirected instead of providing the mod with the ie GET var.

Without the mod, it's hard to tell, but it's no big deal, at least, it's not an SEO or security threat, just a mod possibly not working.

++

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB mod Rewrite  » Advanced mod Rewrite
Page 1 of 1

Navigation Similar Topics

Jump to: