548 Posts
joomleb
10 years ago
7
Topic

Hi to all, 

I'm going crazy trying to understand How Multisite feature works and I'm having some problems on set up. 

Please, I created a SiteA from my MainSite using Seblod multisite feature.

Is it normal have the URL path like (for ex.): SiteA.com/index.php/news ? ...(for all pages of the created sites)

Instead as usual like for the MainSite: MainSite.com/news (without /index.php/)

Get a VIP membership
10 years ago
4
Level 1

I think this is related to your url config (rewriting with or without htaccess in Joomla main configuration screen). 

548 Posts
joomleb
10 years ago
3
Level 2

Hi ConradM,

always thanks for help. If I set on Joomla Configuration -> SEO Settings -> Use URL rewriting -> Yes

the index.php seem that there is no more into the URL request, but all sites go down:

Not Found

The requested URL /news was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. 

10 years ago
2
Level 3

Hi Joomleb,

To make working Joomla SEF options you must rename the htaccess.txt file to htaccess.

Regards.

10 years ago
0
Level 4

Small correction : he needs to rename it ".htaccess" and NOT "htaccess." ;-)


Cheers

548 Posts
joomleb
10 years ago
0
Level 4

Solving URL issue , I'm yet working with .htaccess, but the problem is still present.

 This is the .htaccess content:

SetEnv PHPRC /home/myusername/public_html/php.ini

RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
RewriteRule ^(.*)$ http://%1/$1 [R=301,L]

# Start Switcher Block
# Do not remove or modify this block! Added by PHP Switcher from cPanel to use an alternate PHP version. Contact Support for details.
<IfModule mod_suphp.c>
  AddHandler application/x-httpd-php-5.4.8 .php
</IfModule>
# End Switcher Block

10 years ago
1
Level 1

Hi

what problem is still there?

have you checked the htaccess file provided by joomla with your htaccess ?

cheers

548 Posts
joomleb
10 years ago
0
Level 2

Hi fredee, many thanks for suggestion, I'm looking on it hooping it can solve the problem, I'll update you...

Get a Book for SEBLOD