• Resolved arunps

    (@arunps)


    hi, i tried to install multisite, and main site became in accessible.. getting 500 error .so i uninstalled that by replacing old wp config files and .htacess also removed multisite tables in db..

    still my home page getting 500 error…

    its my.htaccess file fore reference

    #BEGIN WordPress
    
    <IfModule mod_rewrite.c>
    
    RewriteEngine On
    
    RewriteBase /
    
    RewriteRule ^index\.php$ - [L]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    
    RewriteCond %{REQUEST_FILENAME} !-d
    
    RewriteRule . /index.php [L]
    
    </IfModule>
    
    #END WordPress

    https://www.nyasatimes.com/?p=3318

    this is the sample link where i am getting 500 error.. is this some thing wrong with .htaccess file or mod redirect issue in apache? or any other files needed to be change to make it work?

Viewing 4 replies - 1 through 4 (of 4 total)
  • That link’s working fine from here. Your site’s displaying a “down for maintenance” message. Maybe a local cache needing cleared on your computer?

    Thread Starter arunps

    (@arunps)

    i have change index.php to make display this info page..

    now resettted index.php, you should able to recreate the issue… let me know what you see now..

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Did you try to re-save the permalinks?

    Go in to the settings -> permalinks page and just press save.

    Thread Starter arunps

    (@arunps)

    there is nothing to do with apache or .htaccess for my issue… ??

    first even default themes are not working.. then i restarted http service in server..

    second thing is noticed is .htaccess lack of permission.. i did that ..after that default theme working fine.. not my custom theme..

    finally found the syntax error and fixed the issue… its really strange…

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Tried to install Multsite and after that main domain became inaccesible’ is closed to new replies.