4571 Posts in 1383 Topics by 1376 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 231 Views |
-
silverstripe in domain

4 May 2012 at 6:03am
Hi
Am not sure how to explain this properly so please be gentle.
i have installed SilverStripe in the public_html folder and renamed it 'silverstripe'. When I go to my website, eg contact us, it is showing:
www.homelesshounds.org.uk/silverstripe/contactus/
How can I get rid of the silverstripe bit?
Thanks in advance.
-
Re: silverstripe in domain

4 May 2012 at 10:28am
Lemonie,
You need to take everything from inside silverstripe/ and put it all a directory back, in public_html
If you have SSH access, you could login and go
sudo mv /var/www/public_html/silverstripe/* /var/www/public_html/
sudo mv /var/www/public_html/silverstripe/.htaccess /var/www/public_html/(assuming your webroot is /var/www/public_html)
You will then need to edit your .htaccess file to remove the /silverstripe part of your domain name.
If you are new to all this, may be easier for you to delete everything, and just upload it again in to public_html instead of a folder inside public_html.
Cheers,
Nova
| 231 Views | ||
|
Page:
1
|
Go to Top |


