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

Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 23
  1.     
    #11
    Member
    Quote Originally Posted by Mahaj View Post
    is it good to share logs here ... ?

    I'm going to apply XSLTel suggestion
    shouldn't be a problem. But remove ip info.

  2.   Sponsored Links

  3.     
    #12
    Member
    75% this is from htaccess file and but remember this can happened if you install some plugin ( the plugin can make 500 internel server error) try to disable the latest installed plugin. Also if is on shared hosting then maybe is problem with your hosting provider

    (Please see public_html permissions. Maybe someone changed the permissions)

  4.     
    #13
    Member
    Website's:
    warez-bb.org
    I use search to find that .htaccess file and I found following 3




    But when I go to these directory I could not found any .htaccess file, even I have tried to find text on the page by Ctrl+F


  5.     
    #14
    Banned
    Website's:
    CuraShare.Net CuraShare.Me CuraShare.Info
    You have to enable show hidden files in the config of the filemanager

  6.     
    #15
    Member
    This worked out for me once, in ur script directory,change all php,.htaccess files to 644 permission.It worked out for me.

  7.     
    #16
    Member
    Website's:
    warez-bb.org
    Quote Originally Posted by XSLTel View Post
    rename your .htaccess to .htaccess2 and check if that would work.

    my guess there is unallowed directive used in .htaccess.

    and may be its from your host side or a bad configured apache web server if on VPS.

    Highest Regards
    Mohammed H

    Alright Above trick worked great ... I have just rename .htaccess to .htaccess2


    Should I keep as it is ?


    and here is my all 3 .htaccess permission


  8.     
    #17
    Banned
    Website's:
    xsl.tel xsltel.com
    Hello,

    glad to hear its worked for you.

    mind posting the content of .htaccess here to analyze it so we can give you where the problem was ??

    Highest Regards
    Mohammed H

  9.     
    #18
    Member
    Website's:
    warez-bb.org
    Here you go though renaming .htaccess fix only homepage.. I cannot access any other page I got this error

    Not Found

    The requested URL /super-street-fighter-iv/ was not found on this server.
    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


    Code: 
    # BEGIN WPSuperCache
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    AddDefaultCharset UTF-8
    RewriteCond %{REQUEST_URI} !^.*[^/]$
    RewriteCond %{REQUEST_URI} !^.*//.*$
    RewriteCond %{REQUEST_METHOD} !POST
    RewriteCond %{QUERY_STRING} !.*=.*
    RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
    RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\"]+ [NC]
    RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC]
    RewriteCond %{HTTP_USER_AGENT} !^.*(2.0\  MMP|240x320|400X240|AvantGo|BlackBerry|Blazer|Cellphone|Danger|DoCoMo|Elaine/3.0|EudoraWeb|Googlebot-Mobile|hiptop|IEMobile|KYOCERA/WX310K|LG/U990|MIDP-2.|MMEF20|MOT-V|NetFront|Newt|Nintendo\  Wii|Nitro|Nokia|Opera\ Mini|Palm|PlayStation\  Portable|portalmmm|Proxinet|ProxiNet|SHARP-TQ-GX10|SHG-i900|Small|SonyEricsson|Symbian\  OS|SymbianOS|TS21i-10|UP.Browser|UP.Link|webOS|Windows\  CE|WinWAP|YahooSeeker/M1A1-R2D2|iPhone|iPod|Android|BlackBerry9530|LG-TU915\  Obigo|LGE\ VX|webOS|Nokia5800).* [NC]
    RewriteCond %{HTTP_user_agent} !^(w3c\  |w3c-|acs-|alav|alca|amoi|audi|avan|benq|bird|blac|blaz|brew|cell|cldc|cmd-|dang|doco|eric|hipt|htc_|inno|ipaq|ipod|jigs|kddi|keji|leno|lg-c|lg-d|lg-g|lge-|lg/u|maui|maxo|midp|mits|mmef|mobi|mot-|moto|mwbp|nec-|newt|noki|palm|pana|pant|phil|play|port|prox|qwap|sage|sams|sany|sch-|sec-|send|seri|sgh-|shar|sie-|siem|smal|smar|sony|sph-|symb|t-mo|teli|tim-|tosh|tsm-|upg1|upsi|vk-v|voda|wap-|wapa|wapi|wapp|wapr|webc|winw|winw|xda\  |xda-).* [NC]
    RewriteCond %{HTTP:Accept-Encoding} gzip
    RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz -f
    RewriteRule ^(.*) "/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz" [L]
    
    RewriteCond %{REQUEST_URI} !^.*[^/]$
    RewriteCond %{REQUEST_URI} !^.*//.*$
    RewriteCond %{REQUEST_METHOD} !POST
    RewriteCond %{QUERY_STRING} !.*=.*
    RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
    RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\"]+ [NC]
    RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC]
    RewriteCond %{HTTP_USER_AGENT} !^.*(2.0\  MMP|240x320|400X240|AvantGo|BlackBerry|Blazer|Cellphone|Danger|DoCoMo|Elaine/3.0|EudoraWeb|Googlebot-Mobile|hiptop|IEMobile|KYOCERA/WX310K|LG/U990|MIDP-2.|MMEF20|MOT-V|NetFront|Newt|Nintendo\  Wii|Nitro|Nokia|Opera\ Mini|Palm|PlayStation\  Portable|portalmmm|Proxinet|ProxiNet|SHARP-TQ-GX10|SHG-i900|Small|SonyEricsson|Symbian\  OS|SymbianOS|TS21i-10|UP.Browser|UP.Link|webOS|Windows\  CE|WinWAP|YahooSeeker/M1A1-R2D2|iPhone|iPod|Android|BlackBerry9530|LG-TU915\  Obigo|LGE\ VX|webOS|Nokia5800).* [NC]
    RewriteCond %{HTTP_user_agent} !^(w3c\  |w3c-|acs-|alav|alca|amoi|audi|avan|benq|bird|blac|blaz|brew|cell|cldc|cmd-|dang|doco|eric|hipt|htc_|inno|ipaq|ipod|jigs|kddi|keji|leno|lg-c|lg-d|lg-g|lge-|lg/u|maui|maxo|midp|mits|mmef|mobi|mot-|moto|mwbp|nec-|newt|noki|palm|pana|pant|phil|play|port|prox|qwap|sage|sams|sany|sch-|sec-|send|seri|sgh-|shar|sie-|siem|smal|smar|sony|sph-|symb|t-mo|teli|tim-|tosh|tsm-|upg1|upsi|vk-v|voda|wap-|wapa|wapi|wapp|wapr|webc|winw|winw|xda\  |xda-).* [NC]
    RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html -f
    RewriteRule ^(.*) "/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html" [L]
    </IfModule>
    
    # END WPSuperCache
    
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # Protect the htaccess file
    <files .htaccess>
    order allow,deny
    deny from all
    </files>
    
    # Protect wpconfig.php
    <files wp-config.php>
    order allow,deny
    deny from all
    </files>
    
    # Disable directory browsing
    Options All -Indexes
    
    # Protect from spam comments
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_METHOD} POST
    RewriteCond %{REQUEST_URI} .wp-comments-post\.php*
    RewriteCond %{HTTP_REFERER} !.*www.gameshunt.org.* [OR]
    RewriteCond %{HTTP_USER_AGENT} ^$
    RewriteRule (.*) ^http://%{REMOTE_ADDR}/$ [R=301,L]
    </IfModule>
    
    # No ETags
    Header unset ETag
    FileETag none
    
    # Caching -- mod_headers
    <IfModule mod_headers.c>
    
    # 1 Year = 29030400s = Never Expires
    <filesMatch "\.(ico)$">
    Header set Cache-Control "max-age=29030400, public"
    </filesMatch>
    
    # 1 Month = 2419200s
    <filesMatch "\.(css|pdf|flv|jpg|jpeg|png|gif|swf)$">
    Header set Cache-Control "max-age=2419200, public"
    </filesMatch>
    
    # 2.5 Days = 216000s
    <filesMatch "\.(js)$">
    Header set Cache-Control "max-age=216000, private"
    </filesMatch>
    <filesMatch "\.(xml|txt)$">
    Header set Cache-Control "max-age=216000, public, must-revalidate"
    </filesMatch>
    
    # 5 minutes = 300s
    <filesMatch "\.(html|htm)$">
    Header set Cache-Control "max-age=300, private, must-revalidate"
    </filesMatch>
    
    # Disable caching for scripts and other dynamic files
    <FilesMatch "\.(pl|php|cgi|spl|scgi|fcgi)$">
    Header unset Cache-Control
    </FilesMatch>
    </IfModule>
    
    # Caching -- mod_expires
    <IfModule mod_expires.c>
    ExpiresActive On
    ExpiresDefault A604800
    ExpiresByType image/x-icon A29030400
    ExpiresByType application/pdf A2419200
    ExpiresByType image/gif A2419200
    ExpiresByType image/png A2419200
    ExpiresByType image/jpg A2419200
    ExpiresByType image/jpeg A2419200
    ExpiresByType text/css A2419200
    ExpiresByType application/x-javascript A216000
    ExpiresByType text/javascript A216000
    ExpiresByType text/plain A216000
    ExpiresByType text/html A300
    <FilesMatch "\.(pl|php|cgi|spl|scgi|fcgi)$">
    ExpiresActive Off
    </FilesMatch>
    </IfModule>
    
    # BEGIN GZIP
    # mod_gzip compression (legacy, Apache 1.3)
    <IfModule mod_gzip.c>
    mod_gzip_on Yes
    mod_gzip_dechunk Yes
    mod_gzip_item_include file \.(html?|xml|txt|css|js)$
    mod_gzip_item_include handler ^cgi-script$
    mod_gzip_item_include mime ^text/.*
    mod_gzip_item_include mime ^application/x-javascript.*
    mod_gzip_item_exclude mime ^image/.*
    mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
    </IfModule>
    # END GZIP
    
    # END WordPress

  10.     
    #19
    Member
    Seems like you are using WP Super Cache, did you CHMOD the required dirs to 777? or it may not work And disabling htaccess is a bad idea

  11.     
    #20
    Banned
    Website's:
    xsl.tel xsltel.com
    Hello,

    ok rename .htaccess2 back to .htaccess

    and remove this line from it
    Code: 
    # Disable directory browsing
    Options All -Indexes
    I guess that directive causing that problem.

    don't forget to get a backup of that .htaccess file

    Highest Regards
    Mohammed H

Page 2 of 3 FirstFirst 123 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Internal Server Error
    By jooker in forum vBulletin
    Replies: 0
    Last Post: 29th Apr 2012, 07:47 PM
  2. HTTP Error 500 (Internal Server Error):
    By joshmoore in forum Technical Help Desk Support
    Replies: 4
    Last Post: 25th Nov 2011, 03:59 AM
  3. 500 Internal Server Error
    By BackJosh in forum Technical Help Desk Support
    Replies: 5
    Last Post: 24th May 2011, 09:55 AM
  4. 500 INTERNAL SERVER ERROR
    By Jason B in forum Webmaster Discussion
    Replies: 9
    Last Post: 18th Mar 2011, 07:34 PM
  5. [HELP] 500 Internal Server error
    By gsk6u in forum Server Management
    Replies: 12
    Last Post: 8th Jun 2010, 02:45 PM

Tags for this Thread

BE SOCIAL