• I have wordpress as a local installation on my Mac at work.

    After finishing almost everything I have an eternal server error and don’t know why.

    The site is not online.

    I hope someone can help me asap.

    • This topic was modified 2 years, 4 months ago by Yui. Reason: moved to "localhost installs"
Viewing 5 replies - 31 through 35 (of 35 total)
  • Thread Starter jzenker88

    (@jzenker88)

    My code does not work. But thanks for the help.

    Thread Starter jzenker88

    (@jzenker88)

    Now something changed. I get a white screen

    Moderator Yui

    (@fierevere)

    永子

    Are you using anything special added to .htaccess
    i.e. custom rewrite rules?

    Thread Starter jzenker88

    (@jzenker88)

    # BEGIN WordPress
    # Die Anweisungen (Zeilen) zwischen ?BEGIN WordPress“ und ?END WordPress“ sind
    # dynamisch generiert und sollten nur über WordPress-Filter ge?ndert werden.
    # Alle ?nderungen an den Anweisungen zwischen diesen Markierungen werden überschrieben.
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    RewriteBase /wordpress/index/
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /wordpress/index.php [L]
    </IfModule>
    
    # END WordPress

    This is the text/code in the .htaccess

    Thread Starter jzenker88

    (@jzenker88)

    I found a small mistake. I forgot a ; after one line code in the wp-config.

    But now after reloading the site all styles are gone and by adding the /wp-admin I can’t reach the login ore the dashboard.

Viewing 5 replies - 31 through 35 (of 35 total)
  • The topic ‘Internal Server Error on local Mac’ is closed to new replies.