• I’ve been searching around for three days for an answer to this but I haven’t been able to find anything.

    I want to use WordPress to wrap my Flash site so that google and other search engines have more information for SEO purposes.

    I want wordpress to be the landing place for my domain https://www.kacieconaboy.com where my flash site is parked. I want people to my domain, land on wordpress, than link an image or a word to the flash site. I’ve seen other websites where this has been done between wordpress and bludomain so I know it is possible (just over my head). I currently have wordpress installed in a subdomain https://www.kacieconaboy.com/wp.

    I’m trying to find out how to move wordpress to the front on my Flash site which is hosted and built by BluDomain. And how to link that page to the flash site via an image. It’s not a problem to link the flash site into wordpress, but I can’t find a way to go from wordpress to the flash.

    I ran across a post that said all I had to do was copy the index.php file from the wordpress file in the root domain and use it to replace the index.php in the Public Web Root directory for my website (public_html/wp/index.php -> public/html. When I did this I got the following error:

    Warning: require(./wp-blog-header.php) [function.require]: failed to open stream: No such file or directory in /home/kac/public_html/index.php on line 17

    Warning: require(./wp-blog-header.php) [function.require]: failed to open stream: No such file or directory in /home/kac/public_html/index.php on line 17

    Fatal error: require() [function.require]: Failed opening required ‘./wp-blog-header.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/kac/public_html/index.php on line 17

    So then I found a post that said to go into the index.php file and change
    require(‘./wp-blog-header.php’);
    to
    require(‘/wp-blog-header.php’);

    which didn’t fix the problem.

    I don’t want to simply make a page than redirect it with the Page Links to Plugin. I’ve fixed everything that I did so wp and my website are functional again.

    Any help would be greatly appreciated.

    Thank You!
    Kacie

  • The topic ‘Use WordPress as Landing to Flash site on domain’ is closed to new replies.