please edit this htaccess

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    please edit this htaccess


    it shows error 500 so please edit htaccess in such a way that i can go to this link.

    Code:
    addType video/x-flv flv
    addtype audio/x-mpegurl m3u
    addtype audio/mpegurl m3u
    addtype text/vnd.wap.wml wml
    addtype application/vnd.wap.wmlc wmlc
    addtype text/vnd.wap.wmlscript wmls
    addtype application/vnd.wap.wmlscriptc wmlsc
    addtype image/vnd.wap.wbmp wbmp
    addType application/java-archive jar
    addType application/x-java-archive jar
    addType text/vnd.sun.j2me.app-descriptor;charset=UTF-8 jad
    addType application/vnd.symbian.install sis
    addType application/vnd.symbian.install sisx
    addType audio/3gpp 3gp
    addType video/3gpp 3gp
    addType audio/x-wav wav
    addType audio/amr amr
    addType audio/amr-wb awb
    addType audio/mpeg mp3
    addType audio/x-midi mid
    addType audio/midi mid
    addType audio/midi midi
    addType application/x-smaf mmf
    addType application/vnd.smaf mmf
    addType application/vnd.mophun.application mpn
    addType application/vnd.mophun.application mpc
    addType application/vnd.eri.thm thm
    addType application/vnd.nok-s40theme nth
    addType application/force-download gif
    
    RewriteEngine On
    
    <IfModule mod_security.c>
    SecFilterScanPost
    </IfModule>
    
    RewriteRule ^special/([^/]*)\.html$ /special.php?do=$1 [L]
    RewriteRule ^special/([^/]*)/([^/]*)\.html$ /special.php?do=$1&page=$2 [L]
    
    
    RewriteRule ^guestbook/([^/]*)/more.html$ /guestbook.php?page=$1 [L]
    
    RewriteRule ^category/([^/]*)/([^/]*)\.html$ /index.php?pid=$1&ht=$2 [L]
    RewriteRule ^category/([^/]*)/([^/]*)/([^/]*)\.html$ /index.php?pid=$1&page=$2&ht=$3 [L]
    RewriteRule ^category/([^/]*)/([^/]*)/([^/]*)/([^/]*)\.html$ /index.php?sort=$1&pid=$2&page=$3&ht=$4 [L]
    
    RewriteRule ^updates/([^/]*)\.html$ /update.php?ht=$1 [L]
    RewriteRule ^updates/([^/]*)/([^/]*)\.html$ /update.php?page=$1&ht=$2 [L]
    
    RewriteRule ^filedownload/([^/]*)/([^/]*)/([^/]*)\.html$ /fileshow.php?pid=$1&id=$2&ht=$3 [L]
    
    RewriteRule ^files/download/id/([^/]*)/([^/]*)/([^/]*)\.html$ /download.php?id=$1&size=$2&image=1 [L]
    RewriteRule ^files/download/id/([^/]*)/([^/]*)\.html$ /download.php?id=$1&image=0 [L]
    Attached Files

    #2
    I clicked the link but I don't notice something bad
    mysterio.al - programming is a functional art

    Comment


      #3
      No Changes Required To fix any problem in this script

      its accurate

      Comment


        #4
        comment out a line at a time until you find the offending line


        more than likely one of these:

        RewriteEngine On
        <IfModule mod_security.c>
        SecFilterScanPost
        </IfModule>
        Last edited by something else; 13.12.14, 19:35.

        Comment

        Working...
        X