public domain root location

Status
Not open for further replies.

urbsallday

New Member
Messages
5
Reaction score
0
Points
0
how do i check the access to the public domain root location of my website. im using Joomla! on it, and for some reason when i goto my hosted url by x10: http://www.fadedguild.x10hosting.com it brings my to a blank page with the links cgi-bin and upload (Joomla!). my website is there when i click on the upload link, but is there any way i can get it to just link to the front page automatically? thx in advance all! :happysad:
 
Messages
341
Reaction score
0
Points
0
All files uploaded through FTP or cPanel should go in www/ and x10 requires you to have a index.hmtl or php page or you will be suspended
 

TechAsh

Retired
Messages
5,853
Reaction score
7
Points
38
The easiest way would be to move all the files from the upload directory up one level (So the would appear next to the upload and cgi-bin folders). This way your Joomla homepage would be the first page your visitors see.

Note - You may have to adjust your Joomla configuration file to get it to work. (Change the paths etc.)

Alternatively you could upload a .htaccess file into the same directory as the upload folder. The file would need to contain the following.
Options +FollowSymLinks -Indexes
RewriteEngine on
RewriteRule ^/index\.php$ /upload/index.php [NC,L,QSA]
That would work but it's a bit basic. If you deicide to do this tell me and I'll see if I can write a better one.

Hope this helps. (And makes sense :p )
 
Last edited:

urbsallday

New Member
Messages
5
Reaction score
0
Points
0
its like trying to read klingon...i cant. if you could help me further this would be greatly appreciated. :lol:
 

kajasweb

New Member
Messages
1,723
Reaction score
0
Points
0
O..Oh!.. Just move all the files inside the directory "upload" to "public_html". Thats it. Your problem will be solved.
 
Last edited:

TechAsh

Retired
Messages
5,853
Reaction score
7
Points
38
You will need to change the following in your site config after you have moved everything:
Log path and tmp path - these are folders that Joomla uses, you can change the paths from the Admin Panel. (Just remove 'upload/' from both of them)
 

MaestroFX1

Community Advocate
Community Support
Messages
1,577
Reaction score
60
Points
0
Hi !
Since you uploaded joomla, just moving folders here and there won't work.
If you want http://yourdomain.x10domain/ (which I think you most probably want) then,
1. Move the contents of upload folder into directory above it i.e root of your website.
2.then edit configuration.php
***********************************
$mosConfig_absolute_path = '/home/URNAME/public_html/';
$mosConfig_cachepath = '/home/URNAME/public_html/cache';
$mosConfig_live_site = 'http://yourdomain.x10domain/';
***********************************
Save it.
It would work.
PS: Please Secure your website before....

But if you want http://yourdomain.x10domain/upload then
*******888
*********8
And you are done with it.
Bye
 

MaestroFX1

Community Advocate
Community Support
Messages
1,577
Reaction score
60
Points
0
Hi ken1471 !
What is your issue?
Please provide details.
 

ken1471

New Member
Messages
2
Reaction score
0
Points
0
I still don't get it. I moved my files to the public_html folder and still can't seem to find it online when i type address. What would be the correct internet address to view it publically.
http://(domainname).x10hosting.com/......../...../public_html/????:dunno:
need syntex PLEASE:nuts:
............................................................................................:naughty:
Well, I figured out how to find the page. Its easy if you use the legacy upload in the file mahager section. Just get to the folder to where the file you want to view and click on the file. When you see an icon for URL then click it. It will open that file in a new window with the url address of the file. I actually did this by accident. Hope it helped.:lockd::naughty:
 
Status
Not open for further replies.
Top