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  
 
   
My forum have got some problem :(

 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB SEO TooLKit  » phpBB SEO MODS
::  
Author Message
funwadi
PR0
PR0


Joined: 06 May 2007
Posts: 53
Location: UAE

My forum have got some problem :(Posted: Wed May 09, 2007 3:58 pm    Post subject: My forum have got some problem :(

Hello dcz,

I came to know when all my members started saying me and i think it have started after I have installed all your MODs and I don't want to remove any of them. I didn't noticed because I am using FireFox and in FF there is no problem but in Internet Explorer for example If you go to a link for example say

http://www.funwadi.com/forum/jhoom-barabar-jhoom-2007-320-kbps-vbr-title-song-t15505.html

and click POST REPLY button and reply it. Next page it comes is 404 Page Error but in Firefox it post it normally!

Can you please help me in fixing the Internet Explorer problem ?
Back to top
Visit poster's website
funwadi
PR0
PR0


Joined: 06 May 2007
Posts: 53
Location: UAE

My forum have got some problem :(Posted: Wed May 09, 2007 7:24 pm    Post subject: Re: My forum have got some problem :(

You can have a look at my .htaccess file. Might be there is some problem in it.

Code:
# -FrontPage-

IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName www.traders.cc
AuthUserFile /home/traders/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/traders/public_html/_vti_pvt/service.grp

AddType application/x-httpd-php .html
php_value upload_max_filesize 10M

RewriteEngine On
RewriteBase /

#########################################################
# PHPBB SEO REWRITE RULES #
#########################################################
# AUTHOR : DCZ http://www.phpbb-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 PHPBB PAGES
#####################################################
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14327

My forum have got some problem :(Posted: Thu May 10, 2007 10:04 am    Post subject: Re: My forum have got some problem :(

I don't think this could come from the rewriterules.

Do you have any test account set, so I can test ?

And, what is the url of the 404 you end up on with IE ?

++

_________________
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
funwadi
PR0
PR0


Joined: 06 May 2007
Posts: 53
Location: UAE

My forum have got some problem :(Posted: Thu May 10, 2007 10:32 am    Post subject: Re: My forum have got some problem :(

Quote:
I don't think this could come from the rewriterules.

Do you have any test account set, so I can test ?

And, what is the url of the 404 you end up on with IE ?


but it is because of advanced MOD rewrite MOD. When i restore the EM backups of this MOD, it works fine and when i have this installed on my board, it creates the problem

Yes, the test account is

username - abdulbasit
password - abdulb

Please try in Firefox or any browser but specially in Internet Explorer where everyone is facing the problem and when the 404 HTTP Not Found error comes, the page opens is www.funwadi.com/forum/posting.php

Waiting for your sooner reply dcz Smile
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14327

My forum have got some problem :(Posted: Thu May 10, 2007 10:47 am    Post subject: Re: My forum have got some problem :(

All right, I just tested here : -http://www.funwadi.com/forum/new-topic-test-to-delete-t15544.html

you can delete the topic, I think I got it, at least, I know where it can come from.

So, as you can see, even though I did end up on a 404 with IE, the messages where sent.

Then, I see you modded a bit posting.php, to skip the "click here to view your message" message and directly go to the post.

So you can try one thing, just do not mod the posting.php file as suggested in the mod rewrite install, use the original one, it could be enough, since the only code change in there does concern the message after posting.

If not enough, we'll have to look further into your modding of this file, but should be that hard to fix Wink

++

_________________
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
funwadi
PR0
PR0


Joined: 06 May 2007
Posts: 53
Location: UAE

My forum have got some problem :(Posted: Thu May 10, 2007 7:20 pm    Post subject: Re: My forum have got some problem :(

I didn't understand Sir. Can you please help me Sad I am really in trouble past 6 days. Can i post my posting.php here ? Please tell me Embarassed
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14327

My forum have got some problem :(Posted: Fri May 11, 2007 4:49 pm    Post subject: Re: My forum have got some problem :(

Well, I was saying that :
    1) posting works with IE6, despite the 404, the message are posted.

    2) You are using a mod that got rid of the usual phpBB message showing up after posting, like on the phpBB SEO forums, the one asking you to click here to see your post. And that this could be the cause of your problem.

    3) Since the only change made while installing the phpBB SEO mod rewrite on posting.php does concern this after posting message, I was suggesting you to try using a posting.php file without this change, the one from the mod rewrite install.


So try to unmod your posting.php file and see how it goes, if not enough, we'll find something, don't worry, it's no big deal to fix I think.

++

_________________
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
funwadi
PR0
PR0


Joined: 06 May 2007
Posts: 53
Location: UAE

My forum have got some problem :(Posted: Fri May 11, 2007 7:44 pm    Post subject: Re: My forum have got some problem :(

Thanks for making me understand very nicely. I understood and tried and it worked out. You are genius Sir. Thanks a lottttt Smile Smile Smile Smile Smile Smile Smile

I am so happy Smile
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14327

My forum have got some problem :(Posted: Sat May 12, 2007 9:13 am    Post subject: Re: My forum have got some problem :(

Wink

_________________
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 SEO TooLKit  » phpBB SEO MODS
Page 1 of 1

Navigation Similar Topics

Jump to: