21306 Posts in 5736 Topics by 2603 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 592 Views |
-
URL site

22 February 2011 at 8:30am
Hi!
I have a problem with my url site. My url is: www.mysite.com and when i enter in admin page I use: www.mysite.com/mysite/admin
Is possible have www.mysite.com/admin? In what way?
Help.. -
Re: URL site

23 February 2011 at 9:05pm
It's weird that your admin area is accessible by mysite/admin. Default silverstripe installations don't do this. Did you change something for this to happen?
The default behavior of SS is to make the admin area accessible by www.mysite.com/admin
-
Re: URL site

24 February 2011 at 8:39pm
I set .htaccess in this way:
RewriteBase /mysite
and apache in this way:
<Directory "D:/_project/mysite_ss">
Options Indexes FollowSymLinks
DirectoryIndex index.php
AllowOverride All
Order allow,deny
Allow from all
</Directory>Alias /mysite "D:/_project/mysite_ss"
| 592 Views | ||
|
Page:
1
|
Go to Top |


