Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: 500 error #3278
    loookashow
    Post count: 6

    Yes, it’s ok!

    Thanks, you are the best, guys!

    I’ve enabled simple xml and have updated HMWP from 4.5 to 4.51.

    “It’s alive!” (C)

    loookashow
    Post count: 6

    you’re welcome!

    loookashow
    Post count: 6

    I’m not author, but try to use PHP 5.3. I suppose you are using 5.2 or older.

    in reply to: 500 error #3222
    loookashow
    Post count: 6
    This reply has been marked as private.
    in reply to: 500 error #3205
    loookashow
    Post count: 6
    This reply has been marked as private.
    in reply to: 500 error #3173
    loookashow
    Post count: 6

    Also I disabled all other plugins and theme that is installed and nothing changed. I’m supposing the problem is .htaccess

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteRule ^other/(.*) /wp-includes/$1?p_hide_my_wp=1234 [QSA,L]
    RewriteRule ^file/(.*) /wp-content/uploads/$1?p_hide_my_wp=1234 [QSA,L]
    RewriteRule ^ext/(.*) /wp-content/plugins/$1?p_hide_my_wp=1234 [QSA,L]
    RewriteRule ^skin/main\.css //index.php?style_wrapper=1 [QSA,L]
    RewriteRule ^skin/style.css /nothing_404_404?p_hide_my_wp=1234 [QSA,L]
    RewriteRule ^skin/(.*) /wp-content/themes/enfold/$1?p_hide_my_wp=1234 [QSA,L]
    RewriteRule ^ajax /wp-admin/admin-ajax.php?p_hide_my_wp=1234 [QSA,L]
    RewriteRule ^inc/(.*) /wp-content/$1?p_hide_my_wp=1234 [QSA,L]
    RewriteRule ^wp-content/themes/enfold/screenshot\.png|readme\.html|license\.txt|wp-content/debug\.log|wp-includes/$ /nothing_404_404?p_hide_my_wp=1234 [QSA,L]
    RewriteRule ^(((wp-content|wp-includes)/([A-Za-z0-9-_/]*))|(wp-admin/(?!network/)([A-Za-z0-9-_/]+)))(\.txt|/)$ /nothing_404_404?p_hide_my_wp=1234 [QSA,L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

Viewing 6 posts - 1 through 6 (of 6 total)