MyBB Community Forums

Full Version: Page Addon MyBB Forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can anyone tell me how to make a extra page on my site like

mysite.org/mypage.php

and i can edit it with HTML?

Thanks
There is a plugin you could use
http://mods.mybb.com/view/page-manager
use http://mods.mybb.com/view/page-manager

then if you want in that format you can do a rewrite.
that plugin makes it yoursite.com/misc?=yourpage
As MattG said, you could use a rewrite rule to make it a .php page.

Use this alternatively: http://community.mybb.com/thread-51222.h...+PHP+Pages
Sorry about us posting at the same time Toungue Anyways, did it work for you?
You can also follow this guide and use a .htaccess redirect as suggested: http://community.mybb.com/thread-51222.html
(2010-12-12, 10:15 AM)Tim B. Wrote: [ -> ]You can also follow this guide and use a .htaccess redirect as suggested: http://community.mybb.com/thread-51222.html

Why does it need a redirect if it is a .php page? o.O
(2010-12-12, 10:39 AM)Joshua Mayer Wrote: [ -> ]Why does it need a redirect if it is a .php page? o.O

Good point, I may not have been thinking straight Toungue
(2010-12-12, 11:34 AM)Tim B. Wrote: [ -> ]
(2010-12-12, 10:39 AM)Joshua Mayer Wrote: [ -> ]Why does it need a redirect if it is a .php page? o.O

Good point, I may not have been thinking straight Toungue

I see why you were kicked off the support team now. :p