Jump to content
The Uniform Server Community

Unable to access Joomla in installation process


Davidjsn
 Share

Recommended Posts

I have just installed Uniform Server and I am trying to then install Joomla using the template "siteground11" which is definitely on the disk(w).

 

The result is this:

 

Invalid at the top level of the document. Error processing resource 'http://localhost/siteground11/'. Line 1, Position 44

<?xml version="1.0" encoding="iso-8859-1"?>Direct Access to this location is not allowed.

---------------------------...

Link to comment
Share on other sites

The error message is the results of coding in the index.php template files when you directly access this file by typing into you browser some_ip_address/index.php you get the error message.

 

The pages can only be accessed via a valid top-level index path such as the index.html page.

 

I think the problem you are observing is the fact you have gone live with your site and downloading templates from Siteground at

 

http://www.siteground.com/joomla-hosting/j...a-templates.htm

 

Which expects a valid path for your live site however your path is probably set for a local test site! (This looks like a direct access from an external source)

 

Edit the configuration file configuration.php located in folder W:\www\joomla with a suitable text editor.

 

Change the line:

 

$mosConfig_live_site = 'http://localhost/joomla';

 

To something like:

 

$mosConfig_live_site = 'http://www.yourlivesite.com/joomla';

 

Well give that a bash and see if it works.

 

All the best

Mike :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...