July 05, 2008, 01:17:44 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Revenue sharing launched. This is offered as a "thank you" for being a member of webmasterstalks.com community! If you have an Adsense/Yahoo publisher account then you can start right away !
 
  Home   Forum   Help Search Directory Calendar Login Register    RSS 2.0 feedAtom feed


News
Revenue sharing launched. This is offered as a "thank you" for being a member of webmasterstalks.com community! If you have an Adsense/Yahoo publisher account then you can start right away !
Pages: [1]
  Print  
Author Topic:

500 internal server error when posting - Please help!

 (Read 1321 times)
0 Members and 1 Guest are viewing this topic.
fdif
Newbie
*

Points: 0
Offline Offline

Posts: 2


« on: April 15, 2008, 10:41:07 »

i have installed seo4smf and i though everthing was working, but it seems i am getting server errors when people are trying to reply to threads and possibly when try to log in.

my site is
http://www.dreaminterpretationhelp.com

Can someone please look and offer some advice how to fix?

This is what i have in my .htaccess file:
Let me know if you need any more info.

Options +FollowSymLinks
RewriteEngine on
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/
RewriteRule ^index\.php$ http://www.dreaminterpretationhelp.com/ [R=301,L]

Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^dreaminterpretationhelp\.com
RewriteRule ^(.*)$ http://www.dreaminterpretationhelp.com/$1 [R=301,L]

RewriteEngine on

#Some apache servers need Rewritebase.
#delete # from start of Rewrite base to enable it.
#If your forum is something like http://www.forum-example.com/forum then modify your

#RewriteBase in this way: RewriteBase /forum

RewriteBase /

#Archive/Sitemaps

RewriteRule ^sitemaps-([a-zA-Z0-9-]*)\.html index.php?dummy=1&action=seo4smfsitemaps&sa=$1 [L]

#uncomment if you use beautifying url actions

RewriteCond %{REQUEST_METHOD} =GET

RewriteCond %{QUERY_STRING} ^action=(.*)$

RewriteRule  ^(.*)$ seo4smf-redirect.php?a=%1 [R=301,L]



RewriteCond %{QUERY_STRING} ^topic=([0-9]*)$

RewriteRule  ^(.*)$ seo4smf-redirect.php?t=%1 [R=301,L]



RewriteCond %{QUERY_STRING} ^topic=([0-9]*).([0-9]*)

RewriteRule  ^(.*)$ seo4smf-redirect.php?t=%1 [R=301,L]



RewriteCond %{QUERY_STRING} ^board=([0-9]*).([0-9]*)

RewriteRule  ^(.*)$ seo4smf-redirect.php?b=%1 [R=301,L]



RewriteCond %{QUERY_STRING} ^action=profile;u=([0-9]*);(.*)$

RewriteRule  ^(.*)$ seo4smf-redirect.php?u=%1;param=%2 [R=301,L]



RewriteCond %{QUERY_STRING} ^action=profile;u=([0-9]*)

RewriteRule  ^(.*)$ seo4smf-redirect.php?u=%1 [R=301,L]



#Tiny Portal Old Url's

#RewriteCond %{QUERY_STRING} ^page=([0-9]*)

#RewriteRule  ^(.*)$ seo4smf-redirect.php?p=%1 [R=301,L]



#Rewrite Old urls

RewriteRule  ^index.php/board,(.*).html seo4smf-redirect.php?b=$1 [R=301,L]

RewriteRule  ^index.php/board,(.*).html;(.*) seo4smf-redirect.php?b=$1&o=$2 [R=301,L]



RewriteRule  ^index.php/topic,(.*).html seo4smf-redirect.php?t=$1 [R=301,L]

RewriteRule  ^index.php/topic,(.*).html;(.*) seo4smf-redirect.php?t=$1&o=$2 [R=301,L]



#Bad Url's

#RewriteCond %{REQUEST_URI} ^(.*)\.html$

#RewriteCond %{REQUEST_URI} !^(.+)/(.*)-t([0-9]*)\.([0-9]*).html$

#RewriteRule ^(.*)-t([0-9]*)\.([0-9]*)\.html seo4smf-redirect.php?t=$2 [R=301,L]



RewriteRule  ^(.*)/-t(.*).html seo4smf-redirect.php?t=$2 [R=301,L]

RewriteRule  ^-b(.*)/$ seo4smf-redirect.php?b=$1 [R=301,L]

RewriteRule  ^-b(.*)/(.*)$ seo4smf-redirect.php?b=$1 [R=301,L]

RewriteRule  ^(.*)/-b(.*)/$ seo4smf-redirect.php?b=$2 [R=301,L]



#New board URL's

RewriteRule ^(.*)-b([0-9]*)\.([0-9]*)/;(.*) index.php?dummy=1&board=$2.$3&$4 [L]

RewriteRule ^(.*)-b([0-9]*)\.([0-9]*)/$ index.php?dummy=2&board=$2.$3 [L]

RewriteRule ^(.*)-b([0-9]*)\.([0-9])$ index.php?dummy=2&board=$2.$3 [L]



#New topic URL's

RewriteRule ^(.*)-t([0-9]*)\.([0-9]*)\.html;((\?:from|msg|new)[0-9]*);(.*)$ index.php?dummy=1&topic=$2.$4&$6 [L]

RewriteRule ^(.*)-t([0-9]*)\.([0-9]*)\.html;((\?:from|msg|new)[0-9]*) index.php?dummy=1&topic=$2.$4 [L]

RewriteRule ^(.*)-t([0-9]*)\.([0-9]*)\.html;(.*)$ index.php?dummy=1&topic=$2.$3&$4 [L]

RewriteRule ^(.*)-t([0-9]*)\.([0-9]*)\.html$ index.php?dummy=1&topic=$2.$3 [L]



#New profiles URL's

RewriteRule ^(.*)-u([0-9]*)\.html;sa,(.*);start,([0-9]*);delete,([0-9]*);sesc,([a-z0-9]*)$ index.php?dummy=1&action=profile;u=$2;sa=$3;start=$4;delete=$5;sesc=$6 [L]

RewriteRule ^(.*)-u([0-9]*)\.html;sa,(.*);start,([0-9]*)$ index.php?dummy=1&action=profile;u=$2;sa=$3;start=$4 [L]

RewriteRule ^(.*)-u([0-9]*)\.html;sa,(.*)$ index.php?dummy=1&action=profile;u=$2;sa=$3 [L]

RewriteRule ^(.*)-u([0-9]*)\.html index.php?dummy=1&action=profile;u=$2 [L]



#New Tinyportal Articles URL's

RewriteRule ^(.*)-p([0-9]*)\.html index.php?dummy=1&page=$2 [L]



#New action Url's - uncomment if you use beautifying url actions

RewriteRule ^(.*)\.html(.*)$ index.php?dummy=1;action=$1;$2 [L]

RewriteRule ^(.*)\.html$ index.php?dummy=1;action=$1 [L]



#Sitemaps

RewriteRule sitemap.xml sitemaps.php [L]

RewriteRule urllist.txt urllist.php [L]

Logged


dkillers
Jr. Member
**

Points: 0
Offline Offline

Posts: 10


« Reply #1 on: April 20, 2008, 07:51:07 »

i have seen no problem with your forum Wink
Logged

LinuxGuy
Sr. Member
****

Points: 0
Offline Offline

Posts: 259


WWW
« Reply #2 on: April 30, 2008, 02:22:15 »

Is it solved ?
Logged

robin cracker
Jr. Member
**

Points: 0
Offline Offline

Posts: 43


« Reply #3 on: May 13, 2008, 07:52:16 »

change chmod to 644 the seo4smf-redirect.php
Logged
webaktuel
Newbie
*

Points: 0
Offline Offline

Posts: 2


« Reply #4 on: May 14, 2008, 11:49:27 »

i have this problem too.
www.ebrudefteri.com

when i install my local server this site, seo4smf working well.
But i installed to my hosting (www.hostmonster.com) www.ebrudefteri.com

when i write a answer to messages, server is redirecting to
http://www.ebrudefteri.com/seo4smf-redirect.php?b=1.0
and giving

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@ebrudefteri.kitappi.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.8 (Unix) mod_ssl/2.2.8 OpenSSL/0.9.8g DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at www.ebrudefteri.com Port 80


please help us for configuring our server
Logged
fdif
Newbie
*

Points: 0
Offline Offline

Posts: 2


« Reply #5 on: May 14, 2008, 13:05:38 »

i did some modifications to the .htaccess files and the settings in admin, so i have SE friendly URLS working on topic pages, but not on member pages, profiles etc.

I may try the sugested fix about change chmod to 644 the seo4smf-redirect.php to see if i can get it all working.
Logged
LinuxGuy
Sr. Member
****

Points: 0
Offline Offline

Posts: 259


WWW
« Reply #6 on: May 16, 2008, 19:42:55 »

this error only when there is problem with .htaccess related configuration.
Logged

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.4 | SMF © 2006, Simple Machines LLC
Seo4Smf v0.2 © Webmaster's Talks

TinyPortal v0.9.7 © Bloc
Valid XHTML 1.0! Valid CSS!