How can I run a joomla project?
Posted
by Mike Redford
on Stack Overflow
See other posts from Stack Overflow
or by Mike Redford
Published on 2010-05-24T13:40:03Z
Indexed on
2010/05/24
13:41 UTC
Read the original article
Hit count: 343
Hi guys,
I get a joomla template, but I can't run it.
I copy it to htdocs folder in Apache(XAMPP) and it return this :
"Restricted access"
defined('_JEXEC') or die('Restricted access'); // no direct access
require_once dirname(__FILE__) . DIRECTORY_SEPARATOR . 'functions.php';
please kindly advise me,
Cheers,
Mike
© Stack Overflow or respective owner