Activity Stream
48,167 MEMBERS
61068 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Page 1 of 2 12 LastLast
Results 1 to 10 of 15
  1.     
    #1
    Member

    Default .htaccess Help

    I'm getting a 500 Internal Server Error

    Here is my .htacess below :

    Code: 
    ErrorDocument 404 /index.php
    Options -Indexes
    
    RewriteEngine on
    RewriteRule free-download-(.*)\.htm$ /index.php?q=$1
    RewriteRule ^page-([0-9]{1,3})\.htm$ /index.php?page=$1
    RewriteRule ^site/([-a-zA-Z0-9_\.]{3,255})$ /index.php? URL=$1&page=1
    RewriteRule ^site/([-a-zA-Z0-9_\.]{3,255})/page-([0-9]{1,3})\.htm$ /index.php? URL=$1&page=$2
    RewriteRule free-direct-download-([0-9]{1,11})-(.*)\.htm$ /go.php?go=Download&id=$1&title=$2&top=0
    RewriteRule free-xxx-direct-download-([0-9]{1,11})-(.*)\.htm$ /go2.php?go=Download&id=$1&title=$2&top=0
    RewriteRule top-direct-download-([0-9]{1,11})-(.*)\.htm$ /go.php?go=Download&id=$1&title=$2&top=1
    RewriteRule top-xxx-direct-download-([0-9]{1,11})-(.*)\.htm$ /go2.php?go=Download&id=$1&title=$2&top=1
    RewriteRule query-(.*)-([0-9]{1,3})\.htm$ /index.php?q=$1&page=$2
    RewriteRule type-([a-zA-Z]{2,8})\.htm$ /index.php?type=$1
    RewriteRule porno-([a-zA-Z]{2,8})\.htm$ /xxxindex.php?type=$1
    
    RewriteRule gamespg-([0-9]{1,3})\.htm$ /index.php?type=Game&page=$1
    RewriteRule appspg-([0-9]{1,3})\.htm$ /index.php?type=App&page=$1
    RewriteRule tvpg-([0-9]{1,3})\.htm$ /index.php?type=TV&page=$1
    RewriteRule moviespg-([0-9]{1,3})\.htm$ /index.php?type=Movie&page=$1
    RewriteRule musicpg-([0-9]{1,3})\.htm$ /index.php?type=Music&page=$1
    RewriteRule ebookpg-([0-9]{1,3})\.htm$ /index.php?type=eBook&page=$1
    RewriteRule templatepg-([0-9]{1,3})\.htm$ /index.php?type=Template&page=$1
    RewriteRule scriptpg-([0-9]{1,3})\.htm$ /index.php?type=Script&page=$1
    RewriteRule xxxpg-([0-9]{1,3})\.htm$ /xxxindex.php?type=Xxx&page=$1
    RewriteRule otherpg-([0-9]{1,3})\.htm$ /index.php?type=Other&page=$1
    RewriteRule macpg-([0-9]{1,3})\.htm$ /index.php?type=Mac&page=$1
    RewriteRule streampg-([0-9]{1,3})\.htm$ /index.php?type=Stream&page=$1
    RewriteRule mobilepg-([0-9]{1,3})\.htm$ /index.php?type=Mobile&page=$1
    
    RewriteRule gamesquery-(.*)-([0-9]{1,3})\.htm$ /index.php?type=Game&q=$1&page=$2
    RewriteRule appsquery-(.*)-([0-9]{1,3})\.htm$ /index.php?type=App&q=$1&page=$2
    RewriteRule tvquery-(.*)-([0-9]{1,3})\.htm$ /index.php?type=TV&q=$1&page=$2
    RewriteRule moviesquery-(.*)-([0-9]{1,3})\.htm$ /index.php?type=Movie&q=$1&page=$2
    RewriteRule musicquery-(.*)-([0-9]{1,3})\.htm$ /index.php?type=Music&q=$1&page=$2
    RewriteRule ebookquery-(.*)-([0-9]{1,3})\.htm$ /index.php?type=eBook&q=$1&page=$2
    RewriteRule templatequery-(.*)-([0-9]{1,3})\.htm$ /index.php?type=Template&q=$1&page=$2
    RewriteRule scriptquery-(.*)-([0-9]{1,3})\.htm$ /index.php?type=Script&q=$1&page=$2
    RewriteRule xxxquery-(.*)-([0-9]{1,3})\.htm$ /xxxindex.php?type=Xxx&q=$1&page=$2
    RewriteRule otherquery-(.*)-([0-9]{1,3})\.htm$ /index.php?type=Other&q=$1&page=$2
    RewriteRule macquery-(.*)-([0-9]{1,3})\.htm$ /index.php?type=Mac&q=$1&page=$2
    RewriteRule streamquery-(.*)-([0-9]{1,3})\.htm$ /index.php?type=Stream&q=$1&page=$2
    RewriteRule mobilequery-(.*)-([0-9]{1,3})\.htm$ /index.php?type=Mobile&q=$1&page=$2
    
    RewriteRule top-([a-zA-Z]{2,8})\.htm$ /top.php?toptype=$1
    
    RewriteRule topsites/?$ http://www.mywebsite.com
    
    RewriteRule admin/([a-zA-Z]{8,14})\.inc$ http://www.mywebsite.com
    
    RewriteRule news-([0-9]{1,11})-(.*)\.html$ /news/page.php?id=$1&title=$2
    RewriteRule news_katz-([0-9]{1,11})-(.*)\.html$ /news/page_katz.php?id=$1&title=$2
    RewriteRule news_*****-([0-9]{1,11})-(.*)\.html$ /news/page_*****.php?id=$1&title=$2
    ICanSurfNow Reviewed by ICanSurfNow on . .htaccess Help I'm getting a 500 Internal Server Error Here is my .htacess below : ErrorDocument 404 /index.php Options -Indexes RewriteEngine on RewriteRule free-download-(.*)\.htm$ /index.php?q=$1 RewriteRule ^page-({1,3})\.htm$ /index.php?page=$1 Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    felonygames.com
    Post a error log

  4.     
    #3
    Member
    My host doesn't support error logs

  5.     
    #4
    Member
    Website's:
    Pirateview.org Gfxs.org StarkWood.org
    500 internal error = Fucked up bandwidth..This maybe 1 reason..

    Try to restore your default htaccess and if the error persist then its your bandwidth, you will need to contact your host provider then.

  6.     
    #5
    Member
    Website's:
    Pirateview.org Gfxs.org StarkWood.org
    by the way icanhost.me are you hosted at them? because their servers are fucked up..Their unlimited plans are not legit as their bandwidth is not unmetered.

  7.     
    #6
    Member
    haha ... I'm not hosted by them.
    And I got unmetered hosting.
    Anyway the problem is that the Rewrite rule was modified in Apache 2.2 .
    And i do not know how to fix/modify the .htaccess to the new apache.

  8.     
    #7
    Member
    Website's:
    litewarez.net litewarez.com triniwarez.com
    what was the last rule you applied to the apache htaccess file ? may help norrow your issue down
    Join Litewarez.net today and become apart of the community.
    Unique | Clean | Advanced (All with you in mind)
    Downloads | Webmasters


    Notifications,Forum,Chat,Community all at Litewarez Webmasters


  9.     
    #8
    Banned
    Website's:
    seekingw.com uwddl.com generalgamers.co.uk motivatedgamerz.com
    Yup what was the last one

  10.     
    #9
    Banned
    Go to cpanel -> error logs and check, there will be file permission error.
    CHmod all folders to 775 and files to 644 and this will be fixed !
    No .htaccess issue

  11.     
    #10
    Member
    Website's:
    litewarez.net litewarez.com triniwarez.com
    lmao Shub the error 500 is to do with a malformed htaccess rule this is like 90% of the time so i doubt CHMOD the folders and fiels will have a difference !
    Join Litewarez.net today and become apart of the community.
    Unique | Clean | Advanced (All with you in mind)
    Downloads | Webmasters


    Notifications,Forum,Chat,Community all at Litewarez Webmasters


Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Vb Seo .htaccess Help
    By sunnyx12x21x in forum vBulletin
    Replies: 9
    Last Post: 17th Jul 2011, 11:25 AM
  2. help with htaccess
    By softleaks in forum Webmaster Discussion
    Replies: 2
    Last Post: 3rd Jun 2011, 06:43 PM
  3. .htaccess Help Please
    By l0calh0st in forum Web Development Area
    Replies: 3
    Last Post: 4th Apr 2011, 03:29 PM
  4. Help with .htaccess
    By woja in forum vBulletin
    Replies: 1
    Last Post: 25th Jan 2011, 11:11 PM
  5. .htaccess help
    By Nemesis in forum Webmaster Discussion
    Replies: 1
    Last Post: 21st Mar 2010, 07:13 PM

Tags for this Thread

BE SOCIAL