• Index of /mysite

    [ICO] Name Last modified Size Description
    [PARENTDIR] Parent Directory –
    [DIR] wordpress/ 2015-02-20 13:07 –
    Apache/2.4.9 (Win32) PHP/5.5.12 Server at localhost Port 80

    But when I go to next page http://www.localhost/mysite/wordpress/

    A blank page is coming. Yesterday I can see dashboard and everything but today I am not able to.

    I am using local server.
    Pl let me know what is the problem?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Do you have something like this in htaccess?

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

    opne screen.php file from ../wp-admin/includes/screen.php and find ?php echo self::$this->_help_sidebar; ?> this on line no.706 and replace this with <?php echo $this->_help_sidebar; ?>and save the file.
    hope this may solve your problem.
    http://flythemes.net/

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘can nt connect with local host’ is closed to new replies.