Home Forums WordPress Plugins Hide My WP Problem after installing the Plugin

This topic is: resolved
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1170
    ioannisioannou
    Post count: 5

    I have no idea I did whatever you mentioned about the .htaccess permissions and i am getting the following, i cannot even access the admin panel of the wp.

    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    #1176
    Hassan
    Post count: 955

    This means there’s a syntax problem in your htaccess. You can rename or remove htaccess by FTP and access to the site.

    Please provide the content of your current htaccess.

    #1183
    ioannisioannou
    Post count: 5
    This reply has been marked as private.
    #1184
    ioannisioannou
    Post count: 5

    Just renaming your plugin is back to normal… But still i want to fix the above in order to get the plugin work 🙂

    thanks and of course I cannot wait to see this work….

    #1187
    Hassan
    Post count: 955

    You may surprise with it!

    The problem was ‘–’ instead of ‘-‘ in this line (#5):
    RewriteRule ^index\.php$ – [L]

    Change your language to English and replace it with a (smaller) dash 🙂

    #1191
    ioannisioannou
    Post count: 5
    This reply has been marked as private.
    #1224
    Hassan
    Post count: 955

    I’m completely sure about the problem, I tested it in my local server,

    Value of RewriteBase depends on 1) htacess location and 2)WP directory. If htaccess is in main directory of WP (default) and WP is located in subdirectory like demotest it should be
    RewriteBase /demotest/

    So it’s correct, if WP installed in domain.com it should be
    RewriteBase /

    As I said I’m sure about it, try changing
    RewriteRule ^index\.php$ – [L]
    to
    RewriteRule ^index\.php$ - [L]

    If it doesn’t work, provide WP+FTP details as a private reply.

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

You must be logged in to reply to this topic.