17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1159 Views |
-
Moving SS installtion to main /html folder on server

28 July 2007 at 5:04pm Last edited: 28 July 2007 5:05pm
Can I do that? I unzipped the folder and the auto-install put the whole site into /html/silverstripe-v2.0.2b - so all my links would be: http://www.mydomain.com/silverstripe-v2.0.2b/about-us, etc - can I move all the files out of that silverstripe-v2.0.2b folder and into my main /html folder?
-
Re: Moving SS installtion to main /html folder on server

29 July 2007 at 9:51am Last edited: 29 July 2007 9:54am
yeah, you can copy it, or you can play with mod_rewrite in the main folder, maybe something like
RewriteEngine On
## Directory CRM is not in SilverStripe
RewriteRule ^CRM$ - [L]
RewriteRule ^CRM/.* - [L]## All other to SS
RewriteRule ^(.*)$ silverstripe/$1 [L,QSA]
| 1159 Views | ||
|
Page:
1
|
Go to Top |

