Title: brankulo's Replies | WordPress.org

---

# brankulo

  [  ](https://wordpress.org/support/users/brankulo/)

 *   [Profile](https://wordpress.org/support/users/brankulo/)
 *   [Topics Started](https://wordpress.org/support/users/brankulo/topics/)
 *   [Replies Created](https://wordpress.org/support/users/brankulo/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/brankulo/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/brankulo/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/brankulo/engagements/)
 *   [Favorites](https://wordpress.org/support/users/brankulo/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [website does not load anymore](https://wordpress.org/support/topic/website-does-not-load-anymore/)
 *  Thread Starter [brankulo](https://wordpress.org/support/users/brankulo/)
 * (@brankulo)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/website-does-not-load-anymore/#post-6649379)
 * i am getting different error when trying to run website from home computer
 * here is error message chrome gives me home:
 * FastCGI Error
 * The FastCGI Handler was unable to process the request.
    Error Details:
 * The FastCGI process exceeded configured request timeout
    Error Number: 258 (0x80070102).
   Error Description: The wait operation timed out. HTTP Error 500 – Server Error.
   Internet Information Services (IIS)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [website does not load anymore](https://wordpress.org/support/topic/website-does-not-load-anymore/)
 *  Thread Starter [brankulo](https://wordpress.org/support/users/brankulo/)
 * (@brankulo)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/website-does-not-load-anymore/#post-6649374)
 * Seems to be all in order on providers end. Websie and admin panel still would
   not load
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [main website page access](https://wordpress.org/support/topic/main-website-page-access/)
 *  Thread Starter [brankulo](https://wordpress.org/support/users/brankulo/)
 * (@brankulo)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/main-website-page-access/#post-5672379)
 * i got it finally resolved. the problem was home.html file in my root folder. 
   after i moved it out everything works fine even with index.html in root.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [main website page access](https://wordpress.org/support/topic/main-website-page-access/)
 *  Thread Starter [brankulo](https://wordpress.org/support/users/brankulo/)
 * (@brankulo)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/main-website-page-access/#post-5672378)
 * ok so i have been trying to solve this, so as of right now by getting rid of 
   index.html again, the old site does not load anymore but neither does new one.
   instead i get error 404.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [main website page access](https://wordpress.org/support/topic/main-website-page-access/)
 *  Thread Starter [brankulo](https://wordpress.org/support/users/brankulo/)
 * (@brankulo)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/main-website-page-access/#post-5672377)
 * is there anyone who could help with this issue? i have all the website complete
   now but still cant get it to work properly.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [main website page access](https://wordpress.org/support/topic/main-website-page-access/)
 *  Thread Starter [brankulo](https://wordpress.org/support/users/brankulo/)
 * (@brankulo)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/main-website-page-access/#post-5672376)
 * yes, i had index.html and i have renamed it, but it would still not work. there
   is only one file named index in my root folder now and that is index.php but 
   i am still getting my old site
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [main website page access](https://wordpress.org/support/topic/main-website-page-access/)
 *  Thread Starter [brankulo](https://wordpress.org/support/users/brankulo/)
 * (@brankulo)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/main-website-page-access/#post-5672374)
 * permalinks set to default
 * wordpress address: [http://www.greywolfstudio.com/blog](http://www.greywolfstudio.com/blog)
   
   site address: [http://www.greywolfstudio.com](http://www.greywolfstudio.com)
 * any idea? its getting really frustrating not being able to find any more information
   on this.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [main website page access](https://wordpress.org/support/topic/main-website-page-access/)
 *  Thread Starter [brankulo](https://wordpress.org/support/users/brankulo/)
 * (@brankulo)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/main-website-page-access/#post-5672372)
 * ok, so just to clarify. my wordpress installed into blog folder. there is no .
   htaccess file in this folder. there is index.php that i copied to root and edited.
 * here is the code
    <?php /** * Front to the WordPress application. This file doesn’t
   do anything, but loads * wp-blog-header.php which does and tells WordPress to
   load the theme. * * [@package](https://wordpress.org/support/users/package/) 
   WordPress */
 * /**
    * Tells WordPress to load the WordPress theme and output it. * * [@var](https://wordpress.org/support/users/var/)
   bool */ define(‘WP_USE_THEMES’, true);
 * /** Loads the WordPress Environment and Template */
    require( dirname( __FILE__).‘/
   blog/wp-blog-header.php’ );
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [main website page access](https://wordpress.org/support/topic/main-website-page-access/)
 *  Thread Starter [brankulo](https://wordpress.org/support/users/brankulo/)
 * (@brankulo)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/main-website-page-access/#post-5672370)
 * i did try to create .htaccess file following instruction i found elsewhere, but
   no matter what i do i am still getting my old site
    [http://www.greywolfstudio.com](http://www.greywolfstudio.com)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [main website page access](https://wordpress.org/support/topic/main-website-page-access/)
 *  Thread Starter [brankulo](https://wordpress.org/support/users/brankulo/)
 * (@brankulo)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/main-website-page-access/#post-5672369)
 * thanks but it didnt work as i dont have htaccess file in my directory. copying
   and modifying index.php only didnt work. any other way how to do this?
    thanks
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Vantage] rollover menu too slow](https://wordpress.org/support/topic/rollover-menu-too-slow/)
 *  Thread Starter [brankulo](https://wordpress.org/support/users/brankulo/)
 * (@brankulo)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/rollover-menu-too-slow/#post-5716575)
 * thanks again for the help. i checked on my home pc and everything works properly.
   must be something going on with my computer at work.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Vantage] rollover menu too slow](https://wordpress.org/support/topic/rollover-menu-too-slow/)
 *  Thread Starter [brankulo](https://wordpress.org/support/users/brankulo/)
 * (@brankulo)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/rollover-menu-too-slow/#post-5716540)
 * the code is still there. looks like it works for you so it might be just my computer
   acting up. will try to check on another pc later today. i have cleared cache 
   on my chrome browser here but it did not help.
    thanks again
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Vantage] rollover menu too slow](https://wordpress.org/support/topic/rollover-menu-too-slow/)
 *  Thread Starter [brankulo](https://wordpress.org/support/users/brankulo/)
 * (@brankulo)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/rollover-menu-too-slow/#post-5716476)
 * Bojan,
    thanks, it didnt fix the problem however. i played with values but it
   doesnt seem to affect it. i have to hold mouse over 2 or so seconds for it to
   go blue. this happens when i transition mouse within the menu space. if i move
   mouse from image below over the menu it turns blue right away. if i move mouse
   from home to about us, it takes 2 seconds. weird
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Vantage] cant get rid of callendar in my header](https://wordpress.org/support/topic/cant-get-rid-of-callendar-in-my-header/)
 *  Thread Starter [brankulo](https://wordpress.org/support/users/brankulo/)
 * (@brankulo)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/cant-get-rid-of-callendar-in-my-header/#post-5653408)
 * ok nevermind, got it fixed
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Vantage] search icon missing](https://wordpress.org/support/topic/search-icon-missing-1/)
 *  Thread Starter [brankulo](https://wordpress.org/support/users/brankulo/)
 * (@brankulo)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/search-icon-missing-1/#post-5651240)
 * they are same
 * both are
    [http://www.greywolfstudio.com/blog](http://www.greywolfstudio.com/blog)

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