3877 Posts in 1011 Topics by 1176 members
Installing SilverStripe
SilverStripe Forums » Installing SilverStripe » mysite.com/silverstripe/
Getting SilverStripe up and running on your computer and on your web server.
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba
|
Page:
1
|
Go to End | |
| Author | Topic: | 587 Views |
-
mysite.com/silverstripe/

10 March 2010 at 7:34am
Hi, I have created a site locally and have now installed silverstripe on the web server successfully, i don't want the site to have a url that is /silverstripe/xxx should this be addressed before I begin to move over my local site as per the documentation on uploading to a web server?
Many thanks
-
Re: mysite.com/silverstripe/

10 March 2010 at 10:27am
Hi Silverfox,
I like Silverstripe b/c it is relatively easy to strip out that leading directory. It should be as simple as changing the .htaccess file to point to your root directory of your domain. Of course you want to move all your files & folders into the root directory (out of your current nested "silverstripe" folder.
Example:
In your htaccess file (around line 14) you currently would have:RewriteEngine On
RewriteBase /Silverstripe-TwoFourjust switch that up to be simply
RewriteEngine On
RewriteBase /-chango
| 587 Views | ||
|
Page:
1
|
Go to Top |


