Hi i just install a script in www.yuvamunch.com and i think it works fine until when i registered and login to my account this type of error just appear Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@arcadebrigade.org 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. Code (markup): You can see it here http://www.yuvamunch.com/member/ Please advice
yes phpfox version 1.1 i dont know whats the error. I just test 2 registrations there earlier then the error just pops out.. do you kwno what this cause??
### # # PHPFOX PORTAL # To use this file either copy the data found in this file into your .htaccess file or simply rename this file to .htaccess # ####### RewriteEngine on RewriteCond $1 !^adminpanel RewriteCond $1 !^archive RewriteCond $1 !^blog RewriteCond $1 !^gallery RewriteCond $1 !^poll RewriteCond $1 !^fun RewriteCond $1 !^forum RewriteCond $1 !^member RewriteCond $1 !^rate RewriteCond $1 !^groups RewriteCond $1 !^browse RewriteCond $1 !^listing RewriteCond $1 !^quiz RewriteCond $1 !^events RewriteCond $1 !^music RewriteRule ^([^/\.]+)?/?([^/\.]+)?/?([^/\.]+)?/?([^/\.]+)?/?$ profile.php?user=$1&sub_section=$2&sub_id=$3&ht_url=true [L] ## START BLOGS ## RewriteCond $1 ^blog RewriteRule ^([^/\.]+)?/?([^/\.]+)?/?([^/\.]+)?/?([^/\.]+)?/?$ blog.php?sub_section=$2&id=$3&title=$4&ht_url=true [L] ## END BLOGS ## ## START RATE ## RewriteCond $1 ^rate RewriteRule ^([^/\.]+)?/?([^/\.]+)?/?([^/\.]+)?/?([^/\.]+)?/?$ rate.php?sub_section=$2&id=$3&title=$4&ht_url=true [L] ## END RATE ## ## START GALLERY ## RewriteCond $1 ^gallery RewriteRule ^([^/\.]+)?/?([^/\.]+)?/?([^/\.]+)?/?([^/\.]+)?/?$ gallery.php?sub_section=$2&id=$3&title=$4&ht_url=true [L] ## END GALLERY ## ## START POLL ## RewriteCond $1 ^poll RewriteRule ^([^/\.]+)?/?([^/\.]+)?/?([^/\.]+)?/?([^/\.]+)?/?$ poll.php?sub_section=$2&id=$3&title=$4&ht_url=true [L] ## END POLL ## ## START FUN ## RewriteCond $1 ^fun RewriteRule ^([^/\.]+)?/?([^/\.]+)?/?([^/\.]+)?/?([^/\.]+)?/?$ fun.php?sub_section=$2&id=$3&title=$4&ht_url=true [L] ## END FUN ## ## START FORUM ## RewriteCond $1 ^forum RewriteRule ^([^/\.]+)?/?([^/\.]+)?/?([^/\.]+)?/?([^/\.]+)?/?$ forum.php?sub_section=$2&id=$3&sub_id=$4&title=$5&ht_url=true [L] ## END FORUM ## ## START BROWSE ## RewriteCond $1 ^browse RewriteRule ^([^/\.]+)?/?([^/\.]+)?/?([^/\.]+)?/?([^/\.]+)?/?$ browse.php?sub_section=$2&id=$3&title=$4&ht_url=true [L] ## END BROWSE ## Code (markup): .htaccess file
Remove the whole .htacess file it will go ur mod rewrite is not enabled therefore ur getting it delete .htaccess
I just fixed the member link i just give the index.php in members folder to 755 and its works. Thanks to Ivan.