My forum have got some problem :(

Support for the phpBB2 SEO mods released in the phpBB2 SEO Toolikt forum.

Moderator: Moderators

My forum have got some problem :(

Postby funwadi » Wed May 09, 2007 3:58 pm

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-bara ... 15505.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 ?
funwadi
PR0
PR0
 
Posts: 53
Joined: Sun May 06, 2007 10:31 am
Location: UAE

Advertisement

Postby funwadi » Wed May 09, 2007 7:24 pm

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

Code: Select all
# -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
#####################################################
funwadi
PR0
PR0
 
Posts: 53
Joined: Sun May 06, 2007 10:31 am
Location: UAE

Postby dcz » Thu May 10, 2007 10:04 am

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 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Recherche
dcz
Admin
Admin
 
Posts: 21238
Joined: Fri Apr 28, 2006 9:03 pm

Postby funwadi » Thu May 10, 2007 10:32 am

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 :)
funwadi
PR0
PR0
 
Posts: 53
Joined: Sun May 06, 2007 10:31 am
Location: UAE

Postby dcz » Thu May 10, 2007 10:47 am

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 ;)

++
Useful links :
SEO Forum || SEO Directory || SEO phpBB || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Recherche
dcz
Admin
Admin
 
Posts: 21238
Joined: Fri Apr 28, 2006 9:03 pm

Postby funwadi » Thu May 10, 2007 7:20 pm

I didn't understand Sir. Can you please help me :( I am really in trouble past 6 days. Can i post my posting.php here ? Please tell me :oops:
funwadi
PR0
PR0
 
Posts: 53
Joined: Sun May 06, 2007 10:31 am
Location: UAE

Postby dcz » Fri May 11, 2007 4:49 pm

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 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Recherche
dcz
Admin
Admin
 
Posts: 21238
Joined: Fri Apr 28, 2006 9:03 pm

Postby funwadi » Fri May 11, 2007 7:44 pm

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

I am so happy :)
funwadi
PR0
PR0
 
Posts: 53
Joined: Sun May 06, 2007 10:31 am
Location: UAE

Postby dcz » Sat May 12, 2007 9:13 am

;)
Useful links :
SEO Forum || SEO Directory || SEO phpBB || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Recherche
dcz
Admin
Admin
 
Posts: 21238
Joined: Fri Apr 28, 2006 9:03 pm


Return to phpBB2 SEO MODS

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 1 guest


 
cron