Results 1 to 2 of 2

Thread: Niche Script 500 Internal Server Error

  1. #1
    Join Date
    Mar 2008
    Posts
    6

    Default Niche Script 500 Internal Server Error

    Hi I keep getting internal server error in my site http://www.pronepal.com

    I am using 1and1 hosting and this has happened before because of .htaccess . Can someone help me with that... Here is my .htaccess file:

    Code:
    Options -MultiViews
    RewriteEngine On
    
    #detail page
    #RewriteRule ^video/(.*)/(.*).html detail.php?vid=$1
    #RewriteRule ^profile/([a-zA-Z0-9]*).html user_profile.php?u=$1
    #RewriteRule ^profile/([a-zA-Z0-9]*)/videos.html user_videos.php?u=$1
    #RewriteRule ^profile/([a-zA-Z0-9]*)/videos/page([0-9]*).html user_videos.php?u=$1&p=$2
    
    RewriteRule ^video/(.*)/(.*).html detail.php?vid=$1
    RewriteRule ^profile/([a-zA-Z0-9]*)$ user_profile.php?u=$1
    RewriteRule ^profile/([a-zA-Z0-9]*)/$ user_profile.php?u=$1
    RewriteRule ^profile/([a-zA-Z0-9]*)/videos$ user_videos.php?u=$1
    RewriteRule ^profile/([a-zA-Z0-9]*)/videos/$ user_videos.php?u=$1
    RewriteRule ^profile/([a-zA-Z0-9]*)/videos/page([0-9]*).html user_videos.php?u=$1&p=$2
    RewriteRule ^profile/([a-zA-Z0-9]*)/favorites$ user_favorites.php?u=$1
    RewriteRule ^profile/([a-zA-Z0-9]*)/favorites/$ user_favorites.php?u=$1
    RewriteRule ^profile/([a-zA-Z0-9]*)/favorites/page([0-9]*).html user_favorites.php?u=$1&p=$2
    RewriteRule ^profile/([a-zA-Z0-9]*)/playlists$ user_playlists.php?u=$1
    RewriteRule ^profile/([a-zA-Z0-9]*)/playlists/$ user_playlists.php?u=$1
    RewriteRule ^profile/([a-zA-Z0-9]*)/playlists/page([0-9]*).html user_playlists.php?u=$1&p=$2
    
    RewriteRule ^profile/([a-zA-Z0-9]*)/playlists/([a-zA-Z0-9]*)/(.*)/page([0-9]*).html user_playlists_entry.php?u=$1&lid=$2&p=$4
    RewriteRule ^profile/([a-zA-Z0-9]*)/playlists/([a-zA-Z0-9]*)/(.*)/$ user_playlists_entry.php?u=$1&lid=$2
    #RewriteRule ^profile/([a-zA-Z0-9]*)/playlists/([a-zA-Z0-9]*)/(.*)$ user_playlists_entry.php?u=$1&lid=$2
    
    #other page, process in list.php
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-l
    RewriteRule ^.* list.php
    Please Help

    Thanks

  2. #2

    Default Re: Niche Script 500 Internal Server Error

    May be .htacess is not working poperly.Please contact your webhost to enable the .htacess on your site

Similar Threads

  1. Internal Server Error
    By erichss in forum General Discussions
    Replies: 6
    Last Post: 10-15-2008, 12:20 PM
  2. when i upload video HTTP 500 Internal Server Error , , ,
    By as7apak in forum Installation Support
    Replies: 2
    Last Post: 06-10-2008, 05:18 AM
  3. 500 internal server error with Status Bar
    By autodafe in forum Installation Support
    Replies: 3
    Last Post: 11-27-2007, 11:55 PM
  4. Internal Server Error message - help required
    By bestindiansexvideos in forum Installation Support
    Replies: 1
    Last Post: 11-26-2007, 05:18 AM
  5. 500 internal server error
    By travvis in forum Installation Support
    Replies: 3
    Last Post: 05-06-2007, 01:14 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •