The following warnings occurred:
Warning [2] Undefined array key "threadviews_countguests" - Line: 745 - File: showthread.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php 745 errorHandler->error_callback
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 830 postParser->parse_message
/showthread.php 916 build_postbit
Warning [2] Undefined property: MyLanguage::$thread_modes - Line: 46 - File: showthread.php(1650) : eval()'d code PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php(1650) : eval()'d code 46 errorHandler->error_callback
/showthread.php 1650 eval




Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
500 Internal Server Error
#12
(2013-10-31, 20:38:20)Kolyok Wrote: [...]
(2013-10-31, 20:36:14)Kolyok Wrote: [...]
3. Manually modify all the .htaccess files to fit the new directives (check below the documentation)

Note: Apache 2.4 normally should have the new module mod_access_compat for backwards compatibility, check your Apache 2.4 install if you have it.
[...]


Hello,
this is the .htaccess file on my webserver:

Code:
AddDefaultCharset UTF-8
Options -Indexes

# blocks direct access to the XML files - they hold all the data!
<Files ~ "\.xml$">
    Order allow,deny
    Deny from all
    Satisfy All
</Files>
<Files sitemap.xml>
        Order allow,deny
    Allow from all
    Satisfy All
</Files>

RewriteEngine on

# Usually it RewriteBase is just '/', but
# replace it with your subdirectory path
RewriteBase /finetoilets/

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule /?([A-Za-z0-9_-]+)/?$ index.php?id=$1 [QSA,L]

My webserver Apache version: "Apache/2.4.6 (Unix) mod_fcgid/2.3.7"

does it mean something to you?

many thanks

Vito
Reply


Messages In This Thread
500 Internal Server Error - by vdonatiello - 2013-10-31, 14:43:35
RE: 500 Internal Server Error - by hameau - 2013-10-31, 16:44:28
RE: 500 Internal Server Error - by vdonatiello - 2013-10-31, 17:07:52
RE: 500 Internal Server Error - by Kolyok - 2013-10-31, 20:38:20
RE: 500 Internal Server Error - by hameau - 2013-10-31, 21:12:40
RE: 500 Internal Server Error - by vdonatiello - 2013-11-03, 02:57:37
RE: 500 Internal Server Error - by Kolyok - 2013-11-03, 03:49:28
RE: 500 Internal Server Error - by vdonatiello - 2013-11-04, 15:54:25
RE: 500 Internal Server Error - by vdonatiello - 2013-11-07, 00:03:08
RE: 500 Internal Server Error - by hameau - 2013-11-04, 17:20:47
RE: 500 Internal Server Error - by shawn_a - 2013-11-05, 01:12:08
RE: 500 Internal Server Error - by hameau - 2013-11-05, 01:43:46
RE: 500 Internal Server Error - by vdonatiello - 2013-11-07, 00:09:27
RE: 500 Internal Server Error - by hameau - 2013-11-07, 19:39:26
RE: 500 Internal Server Error - by shawn_a - 2013-11-07, 00:52:21
RE: 500 Internal Server Error - by vdonatiello - 2013-11-07, 11:34:09
RE: 500 Internal Server Error - by shawn_a - 2013-11-07, 11:52:50
RE: 500 Internal Server Error - by vdonatiello - 2013-11-07, 20:13:39
RE: 500 Internal Server Error - by shawn_a - 2013-11-08, 01:03:32
RE: 500 Internal Server Error - by vdonatiello - 2013-11-08, 10:29:22
RE: 500 Internal Server Error - by SlavaP - 2013-11-11, 02:05:15



Users browsing this thread: 5 Guest(s)