• https://www.storagequest.com/wordpress/

    Hello all, we are having issues with our WP install(fresh, never worked).
    I have scoured the internet and these forums but without a resolution.
    I am going to request assistance from the WP community here. Also, I have been in contact with our hosting provider(https://www.primustel.ca/)

    On the surface we have an Internal Server Error 500 when viewing the main directory of the WP install.

    I will now list clues below:

    WebServer = [Zeus/4.3]

    Admin page loads
    https://www.storagequest.com/wordpress/wp-admin/index.php

    Dashboard is blank [screenshot]

    There is no .htaccess file in the /wordpress/ directory.(no it is not hidden Using FileZilla 3.4) why can’t WP generate this file? <- this seems to be an important question.

    php script <?php if ( get_option('permalink_structure') != '' ) { echo 'permalinks enabled'; } ?>

    phpinfo
    memory_limit = 64M

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter RichardCooke

    (@richardcooke)

    the admin at Primus claims to have added the following script to the site:

    RULE_0_START:
    # get the document root
    map path into SCRATCH:DOCROOT from /
    # initialize our variables
    set SCRATCH:ORIG_URL = %{URL}
    set SCRATCH:REQUEST_URI = %{URL}
    
    # see if theres any queries in our URL
    match URL into $ with ^(.*)\?(.*)$
    if matched then
    set SCRATCH:REQUEST_URI = $1
    set SCRATCH:QUERY_STRING = $2
    endif
    RULE_0_END:
    
    RULE_1_START:
    # prepare to search for file, rewrite if its not found set SCRATCH:REQUEST_FILENAME = %{SCRATCH:DOCROOT} set SCRATCH:REQUEST_FILENAME . %{SCRATCH:REQUEST_URI}
    
    # check to see if the file requested is an actual file or # a directory with possibly an index. don?t rewrite if so look for file at %{SCRATCH:REQUEST_FILENAME} if not exists then look for dir at %{SCRATCH:REQUEST_FILENAME} if not exists then set URL = /index.php?q=%{SCRATCH:REQUEST_URI}
    goto QSA_RULE_START
    endif
    endif
    
    # if we made it here then its a file or dir and no rewrite goto END
    RULE_1_END:
    
    QSA_RULE_START:
    # append the query string if there was one originally # the same as [QSA,L] for apache match SCRATCH:ORIG_URL into % with \?(.*)$ if matched then set URL = %{URL}&%{SCRATCH:QUERY_STRING} endif goto END
    QSA_RULE_END:
    Thread Starter RichardCooke

    (@richardcooke)

    3.1.1, 3.1.2 Neither has worked.
    There are WP installs on my provider who are using pre 3.0 versions of WP successfully.

    Thread Starter RichardCooke

    (@richardcooke)

    Has anyone observed a working WP install with Zeus and WP v3.1?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘500, Zeus WS, htaccess’ is closed to new replies.