10382 Posts in 2196 Topics by 1711 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 790 Views |
-
subsite module don't work correct

10 September 2010 at 9:22pm Last edited: 10 September 2010 10:01pm
Hi!
I use subsite module but SS seems not found my new subsite.
In my apache I write<Directory "D:/test">
Options Indexes FollowSymLinks
DirectoryIndex index.php
AllowOverride All
Order allow,deny
Allow from all
</Directory>Alias /test "D:/test"
Alias /subsite.test "D:/test"So when i create my subsite follow SS indication, I write in domain: server_name/subsite.test
What is wrong? SS create correct my subsite, I can create new page but when I click on public site the url of my newpage is:
http://server_name/subsite.test/test/nuovapage
and is not correct. The message is: page not found, page not exist..
I try this:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /test
# Subsite rewrite
RewriteCond %{REQUEST_URI} ^(.*)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{HTTP_HOST} ^subsite$
RewriteRule .* sapphire/main.php?url=%1&SubsiteID=3&%{QUERY_STRING} [L]# Normal SilverStripe page
RewriteCond %{REQUEST_URI} ^(.*)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule .* sapphire/main.php?url=%1&%{QUERY_STRING} [L]</IfModule>
but don't work..help..
-
Re: subsite module don't work correct

14 September 2010 at 10:37pm
Hi bebabeba,
i have installed the subsite module on 2.4.1 succesfuly. Make sure that your subdomains point to your Silverstripe root installation. If it doe's you don't need an extra subsite rewrite. It works out of the box.
Greetings, Carsten.
-
Re: subsite module don't work correct

16 September 2010 at 2:10am
Hi dacar!
my installation is correct. If I try my link by url http://server_name/subsite.test/test/nuovapage?SubsiteID=3 work correct, but if i use draft site SS look for a no correct url..
Why my .htaccess instructions are ignored?
| 790 Views | ||
|
Page:
1
|
Go to Top |


