17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1194 Views |
-
Directory structure - what do you do?

8 January 2008 at 4:26am
Just getting started, but really like what I see with SilverStripe! When installing SS, I put all the files in a directory under the webroot: mysite.com/ss/ Unfortunately, that means that all my files will be one directory deep - can this be resolved with a simple RewriteRule in .htaccess? Or would I be better off moving everything one directory up? Sorry, I feel a bit stoopid on this one.
What do you do?
-dc
-
Re: Directory structure - what do you do?

8 January 2008 at 6:09am
hey,
check this one out:RewriteEngine On
RewriteRule ^ss/(.+)$ $1should work.
-
Re: Directory structure - what do you do?

9 January 2008 at 8:21am
Check this out:
http://forum.modrewrite.com/viewtopic.php?t=1443&sid=4f55c1e41c6735084bf5791fc735e17bIt might be what you need.
| 1194 Views | ||
|
Page:
1
|
Go to Top |



