I'm working on an integration of WP and Vanilla. Is there a way to create a WP Page, that goes to the Vanilla forum, instead of to a WP page? In other words, I'd like to be able to set the URL of the links.
I'm working on an integration of WP and Vanilla. Is there a way to create a WP Page, that goes to the Vanilla forum, instead of to a WP page? In other words, I'd like to be able to set the URL of the links.
Redirectify plugin:
http://asymptomatic.net/2005/03/22/1413/redirectify-plugin/
Ah, that's it! Thank you!
You could put a redirect in your .htaccess file.
http://www.javascriptkit.com/howto/htaccess7.shtml
Or make a page with a slug "vanilla" and have Vanilla installed at http://www.yoursite.com/vanilla/ (when your wordpress home page is at http://www.yoursite.com)
If you have an actual file located in a directory that's named the same as a slug for a page you create in WordPress, the actual file will override the WordPress page.
I'm doing it on my blog with 'my photos' and 'my pink house' pages. I created blank pages that have the same address as files on my server. I just created the pages in wordpress so they would show up in the sidebar easily.
I'm also using a redirect in my .htaccess file to redirect anyone who types in http://joshnichols.com/blog to http://joshnichols.com
MrBlank, thanks for that tip. Easy!
Wow. That's an amazing tip. I wish I had read that about 10 months ago when it was written!
This topic has been closed to new replies.