Bypass wordpress?
-
Our site is currently running an IPB forum in an iframe inside a wordpress page, it’s pretty clunky.
I want to remove the wordpress wrapper, and just run the IPB forum.
I’m not completely sure of the best way of doing this. The wordpress install is in the root of public_html, and the IPB installation is under /forum/
I thought if I simply deleted the index.html, index.php and .htaccess files from the root, and replaced them with an index.html containing a redirect instruction to /forum/ it would work, however when I do that I just get a blank page…
My index.html is
<?php header("Location: /forum/"); exit; ?>
My question is: is the reason this is not working that it’s not enough to just delete the files I did? I don’t really want to completely delete the wordpress install until I’m sure everything is ok, I’d prefer to bypass it if possible… Any suggestions for how?
- The topic ‘Bypass wordpress?’ is closed to new replies.