728x90 AdSpace

  • Latest News

    Music

    View All

    Wednesday, July 31, 2013

    Fix the 500 Internal Server Error In les than 1 min

    Hi Every one On Free TUTS.



    To Day we've a tip, as always and this tip is a localhost, I know that many users of localhost's facing the problem of 500 Internal Server, We'll learn how to fix it within less than 1 min, the main cause of this problem is the ".htaccess" files, I've found in the internet that in all the forums have one fix to this problem, which is "Removing of the .htaccess" File, this can solve the problem but there's some scripts that might not work normally without that file such as OVH Manga Reader Script.


    Let's Begin our tutorial or we can say our tip:
    First let's take a look of our problem, this is the error message that you got:



    We can Solve this problem with just some Steps:

    Step One:

    Go to your Localhost Root File, and type in the search field this


    httpd.conf

    Open The file with your favorite Editor


    Step Two:

    "Ctrl+F" or open your editor's search window and type this

    rewrite_module modules/mod_rewrite.so

    You'll Find a Hash in the Beginning of the line like so:



    Just Remove it so that the code will be like this:

    LoadModule rewrite_module modules/mod_rewrite.so

    Final Step

    Restart Your Apache and Enjoy your script working without any problems.

    NB: If the problem wasn't solved by restarting your Apache then you have to restart you computer so that the changes takes effect

    Thanks for Reading this Post, Hope You'll here in the next post.
    Please share it if you find it Helpful.
    See You, Ciao ^_^.
    • Blogger Comments
    • Facebook Comments

    0 comments:

    Post a Comment

    Item Reviewed: Fix the 500 Internal Server Error In les than 1 min Rating: 5 Reviewed By: RSEM
    Scroll to Top