• Login
  • Register
  • Zoek
This Thread
  • Everywhere
  • This Thread
  • This Forum
  • Articles
  • Pages
  • Forum
  • Filebase Entry
  • More Options

ICTscripters

Dé plek voor IT

Dé plek voor IT

Login

Geavanceerde opties
  1. Home
  2. Forum
    1. Alle berichten
    2. Recente activiteiten
  3. ICT Nieuws
  4. Blog
  5. Marktplaats
    1. Werk
    2. Advertenties
    3. Domeinnamen
    4. Websites
    5. Design & lay-outs
    6. Scripts
    7. Overige
  6. Design
  7. Leden
    1. Actieve bezoekers
    2. Team
    3. Leden zoeken
  8. Downloads
  9. Goedkope domeinnamen
  1. Home
  2. Forum
    1. Alle berichten
    2. Recente activiteiten
  3. ICT Nieuws
  4. Blog
  5. Marktplaats
    1. Werk
    2. Advertenties
    3. Domeinnamen
    4. Websites
    5. Design & lay-outs
    6. Scripts
    7. Overige
  6. Design
  7. Leden
    1. Actieve bezoekers
    2. Team
    3. Leden zoeken
  8. Downloads
  9. Goedkope domeinnamen
  1. Home
  2. Forum
    1. Alle berichten
    2. Recente activiteiten
  3. ICT Nieuws
  4. Blog
  5. Marktplaats
    1. Werk
    2. Advertenties
    3. Domeinnamen
    4. Websites
    5. Design & lay-outs
    6. Scripts
    7. Overige
  6. Design
  7. Leden
    1. Actieve bezoekers
    2. Team
    3. Leden zoeken
  8. Downloads
  9. Goedkope domeinnamen
  1. Dé plek voor IT - ICTscripters
  2. Forum
  3. Scripting & programmeren
  4. Overige
  5. Archief
  6. Request

Forum

  • OS Vendetta gezocht

    gozmeu 28 juli 2026 om 08:44
  • Fallen Kingdom Game

    gozmeu 27 juli 2026 om 23:49
  • Crimora.nl

    Dennii 11 juli 2026 om 13:13
  • RPG game gebouwd met AI

    zwpgangster 9 juli 2026 om 11:25
  • (Verkoop) Criminals

    Syntax 5 juli 2026 om 13:22
  • Het Grote Vibe Code Topic

    Syntax 30 juni 2026 om 11:54
  • Ictscripters Chat

    Jeffrey.Hoekman 26 juni 2026 om 16:21
  • Het oorspronkelijke Criminals Script

    Jeroen.G 24 juni 2026 om 09:21

Marktplaats

  • Straatbaas.eu – complete Nederlandstalige en Engelstalige online maffia-RPG

    Syntax 28 juli 2026 om 15:47
  • 306 Nieuwe Domeinnamen Juni 2026

    shiga 1 juli 2026 om 13:39
  • 4-letter domein: Togi.nl

    evesi 17 juni 2026 om 17:08

500 Internal Server Error

  • A.Bijlsma
  • 5 oktober 2011 om 23:03
  • Closed
  • A.Bijlsma
    Web Developer
    Ontvangen Reacties
    3
    Berichten
    1.795
    • 5 oktober 2011 om 23:03
    • #1
    PHP
    Internal Server Error
    
    
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    
    
    Please contact the server administrator, [email protected] 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 Server at blabla.nl Port 80
    Toon Meer

    Dat krijg ik dus op mijn site.

    Ik weet niet waarom hij dat doet.

    Ik host bij Versio.

    Elke keer als ik mijn .htaccess eruit haal werkt de site, maar werken de links niet meer.


    Hier is de .htaccess:

    PHP
    <IfModule mod_deflate.c>
    # Insert filter
    SetOutputFilter DEFLATE
    
    
    # Netscape 4.x has some problems...
    BrowserMatch ^Mozilla/4 gzip-only-text/html
    
    
    # Netscape 4.06-4.08 have some more problems
    BrowserMatch ^Mozilla/4\.0[678] no-gzip
    
    
    # NOTE: Due to a bug in mod_setenvif up to Apache 2.0.48
    # the above regex won't work. You can use the following
    # workaround to get the desired effect:
    BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html
    
    
    # Don't compress images
    SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png|ico)$ no-gzip
    </IfModule> 
    
    
    <IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteRule ^(.*)\.(\d+)(_m_\d+)?\.([^\.]+)$    $1.$4    [L,QSA]
    
    
    
    
    </IfModule> 
    
    
    ## USER IP BANNING
    <Limit GET POST>
     order allow,deny
     deny from 77.248.223.97
     allow from all
    </Limit>
    
    
    
    
    <IfModule mod_expires.c>
    ExpiresActive On
    ExpiresByType image/png "access plus 1 year"
    ExpiresByType image/gif "access plus 1 year"
    ExpiresByType image/jpeg "access plus 1 year"
    ExpiresByType image/vnd.microsoft.icon "access plus 1 year"
    ExpiresByType text/css "access plus 1 year"
    ExpiresByType application/x-javascript "access plus 1 year"
    ExpiresByType application/javascript "access plus 1 year"
    ExpiresByType text/javascript "access plus 1 year"
    </IfModule>
    
    
    <IfModule mod_rewrite.c>
    Options +FollowSymLinks
    #RewriteEngine on
    Options +Multiviews
    
    
    RewriteCond %{HTTP_HOST} ^warrock-hacker\.nl$
    RewriteRule ^(.*)$ http://www.warrock-hacker.nl/$1 [R=301,L]
    
    
    
    
    #RewriteCond %{REQUEST_FILENAME} !-f 
    #RewriteCond %{REQUEST_FILENAME} !-d 
    RewriteBase /
    
    
    RewriteRule ^(.*)/pagina-(.*)/$                 index.php?p=$1&pn=$2                                    [L]
    #custom page
    RewriteRule ^ledenlijst/(.*)/pagina-(.*)/$ index.php?p=ledenlijst&id=$1&pn=$2                                       [L]
    RewriteRule ^ledenlijst/(.*)/$ index.php?p=ledenlijst&id=$1                                       [L]
    
    
    #rss
    RewriteRule ^rss-feed/(.*).xml$                 rss-feed/$1.php                                   [L]
    #Leden
    RewriteRule ^leden/(.*)/(.*)/$                  index.php?p=leden/$1&id=$2                        [L]
    RewriteRule ^leden/(.*)/$                       index.php?p=leden/$1                              [L]
    RewriteRule ^profiel/(.*)/$                     index.php?p=leden/profiel&id=$1                   [L]
    RewriteRule ^profiel2/(.*)/$                     index.php?p=leden/profiel2&id=$1                   [L]
    #Ledenpaneel
    RewriteRule ^ledenpaneel/(.*)/(.*)/$            index.php?p=ledenpaneel/$1&id=$2                  [L]
    RewriteRule ^ledenpaneel/(.*)/$                 index.php?p=ledenpaneel/$1                        [L]
    RewriteRule ^ledenpaneel/$                      index.php?p=ledenpaneel/index                     [L]
    # Prive Berichten
    RewriteRule ^prive-berichten/(.*)/(.*)/$        index.php?p=ledenpaneel/pm/$1&id=$2               [L]
    RewriteRule ^prive-berichten/(.*)/$             index.php?p=ledenpaneel/pm/$1                     [L]
    RewriteRule ^prive-berichten/$                  index.php?p=ledenpaneel/pm/index                  [L]
    #hacks
    RewriteRule ^hacks/(.*)/$                       index.php?p=hacks&id=$1                           [L]
    RewriteRule ^hacks/$                            index.php?p=hacks                                 [L]
    RewriteRule ^nieuws/(.*)/$                      index.php?p=nieuws&id=$1                          [L]
    # Videos
    RewriteRule ^filmpjes/nieuw/$                   index.php?p=videos/nieuw                          [L]
    RewriteRule ^filmpjes/$                         index.php?p=videos/index                          [L]
    RewriteRule ^filmpjes/(.*)/(.*)/$               index.php?p=videos/$1&id=$2                       [L]
    RewriteRule ^filmpjes/(.*)/$                    index.php?p=videos/index&id=$1                    [L]
    # Tutorials
    RewriteRule ^tutorials/nieuw/$                  index.php?p=tutorials/nieuw                       [L]
    RewriteRule ^tutorials/bekijken/(.*)/(.*)/$     index.php?p=tutorials/bekijken&id=$1&name=$2      [L]
    RewriteRule ^tutorials/(.*)/(.*)/$              index.php?p=tutorials/$1&id=$2                    [L]
    RewriteRule ^tutorials/$                        index.php?p=tutorials/index                       [L]
    RewriteRule ^tutorials/(.*)/$                   index.php?p=tutorials/index&id=$1                 [L]
    
    
    
    
    # downloads
    RewriteRule ^downloads/nieuw/$                  index.php?p=downloads/nieuw                       [L]
    RewriteRule ^downloads/$                        index.php?p=downloads/index                       [L]
    RewriteRule ^downloads/(.*)/(.*)/$              index.php?p=downloads/$1&id=$2                    [L]
    RewriteRule ^downloads/(.*)/$                   index.php?p=downloads/index&id=$1                 [L]
    # Forum
    RewriteRule ^forum/edit/(.*)/(.*)/$             index.php?p=forum/edit&actie=$1&id=$2             [L]
    RewriteRule ^forum/topic/(.*)/(.*)/$            index.php?p=forum/topic&id=$1&name=$2             [L]
    RewriteRule ^forum/topic2/(.*)/(.*)/$           index.php?p=forum/topic2&id=$1&name=$2            [L]
    RewriteRule ^forum/verwijderen/(.*)/(.*)/$      index.php?p=forum/verwijderen&actie=$1&id=$2      [L]
    RewriteRule ^forum/(.*)/(.*)/$                  index.php?p=forum/$1&id=$2                        [L]
    RewriteRule ^forum/post_action/(.*)/$           index.php?p=forum/post_action&id=$1               [L]
    RewriteRule ^forum/(.*)/$                       index.php?p=forum/$1                              [L]
    RewriteRule ^forum/$                            index.php?p=forum/index                           [L]
    RewriteRule ^tools/$                            index.php?p=tools/$1                              [L]
    # zoeken
    RewriteRule ^zoeken/(.*)/$                      index.php?p=zoeken&zoekterm=$1                    [L]
    #custom page
    RewriteRule ^pagina-(.*)/$                      index.php?p=pagina&id=$1                          [L]
    # beheer
    RewriteRule ^beheer/(.*)/(.*)/$                 index.php?p=beheer/$1&id=$2                       [L]
    RewriteRule ^beheer/$                           index.php?p=beheer/index                          [L]
    #fun
    RewriteRule ^fun/(.*)/(.*)/$                    index.php?p=fun/$1/$2                             [L]
    RewriteRule ^fun/$                              index.php?p=fun/index                             [L]
    # home
    RewriteRule ^(.*)/$                             index.php?p=$1                                    [L]
    
    
    # home
    RewriteRule ^(.*)/pagina-(.*)/$                 index.php?p=$1&pn=$2                                    [L]
    RewriteRule ^(.*)/$                             index.php?p=$1                                    [L]
    
    
    
    
    
    
     
    
    
    </IfModule>
    
    
    # magic quotes uit
    php_flag magic_quotes_gpc off
    
    
    #Expire Header
    <FilesMatch "\.(ico|jpg|jpeg|png|gif|js|css|swf)$">
    ExpiresDefault "access plus 2 hours"
    </FilesMatch>
    
    
    
    
    # useragent security
    RewriteCond %{HTTP_USER_AGENT} libwww [NC,OR]
    RewriteCond %{QUERY_STRING} ^(.*)=http [NC]
    RewriteRule ^(.*)$ – [F,L]
    Toon Meer


    Kunnen jullie me helpen?

    Alvast bedankt.

    Met vriendelijke groet,

    A.Bijlsma
    Venimo

  • Guest, wil je besparen op je domeinnamen? (ad)
  • Yoichi
    Ik ben Apart Anders
    Berichten
    514
    • 6 oktober 2011 om 08:57
    • #2

    Dit is proces van vallen en opstaan, net zolang # voor de rewrite rules zetten totdat je weet welke de oorzaak is.
    Daarna die gewoon verwijderen

    <IfModule mod_rewrite.c>
    Options +FollowSymLinks
    #RewriteEngine on
    Options +Multiviews

    Kan het zijn, had ooit soortgelijk probleem op MyBB ( best script ever )

  • A.Bijlsma
    Web Developer
    Ontvangen Reacties
    3
    Berichten
    1.795
    • 6 oktober 2011 om 21:34
    • #3

    Ik heb wat weggeaald en nu redirect ie alleen maar naar een andere site van me....

    Opgelost :slotje:

    Er zat nog een redirect op.

    Met vriendelijke groet,

    A.Bijlsma
    Venimo

  • K.Rens
    Eigenaar
    Ontvangen Reacties
    241
    Berichten
    4.479
    Filebase Entries
    2
    • 6 oktober 2011 om 21:55
    • #4

    Ok, super.

    Meestal halveer ik gewoon bestanden, tot het werkt.
    Als het werkt, weet ik dat het in de andere helft ligt, die ik heb weggehaald. Zo kun je snel grote bestanden debuggen.

    Blij dat het nu werkt.

    K

Participate now!

Heb je nog geen account? Registreer je nu en word deel van onze community!

Maak een account aan Login

ICT Nieuws

  • Quanscient ontvangt €10M om AI- en kwantum-native hardware engineering te bevorderen - Tech.eu

    ICTscripters 27 mei 2026 om 12:03
  • Datalek bij leverancier Canvas - Universiteit van Amsterdam

    ICTscripters 10 mei 2026 om 12:03
  • Data privacy in 2026: Hoe de naleving van GDPR verandert

    ICTscripters 8 mei 2026 om 12:16

Blogs

  • Functioneel ontwerp

    Dees 28 december 2014 om 12:38
  • Access Control List implementatie in PHP/MySQL - deel 1/2

    FangorN 28 december 2018 om 12:35
  • Access Control List implementatie in PHP/MySQL - deel 2/2

    FangorN 29 december 2018 om 12:37
  1. Marktplaats
  2. Design
  3. Voorwaarden
  4. Ons team
  5. Leden
  6. Geschiedenis
  7. Regels
  8. Links
  9. Privacy Policy
ICTscripters ©2005 - 2026 , goedkope hosting door DiMoWeb.com, BE0558.915.582
Sponsors: Beste kattenhotel provincie Antwerpen | Beste Zetes eid kaartlezer webshop
Style: Nexus by cls-design
Stylename
Nexus
Manufacturer
cls-design
Licence
Commercial styles
Help
Supportforum
Visit cls-design