I\'ve trying to build Joomla into my existing website so I can use it for premium content.
I\'ve already got a custom-built authentication system that sets my own
I used jumi, a great free component for joomla which links to any file and maintains session data.
jumi
joomla
If you need a clean page, use ob_end_clean(); at the top of the new file and die; at the end to clear the joomla template.
ob_end_clean();
die;