Okay. So, this may be an installation/setup issue. From what you’re describing the sites are appearing like this?
http://www.biggigaustin.org/index.php/biggig
http://www.biggigaustin.org/index.php/anotherdomain
http://www.biggigaustin.org/index.php/yetanotherdomain
The primary domain is:
That domain is running from the public_html directory.
There are two add-on domains that are in separate directories under public_html:
http://www.interactivebudget.org
http://www.biggigaustin.org
EE’s system folder is in public_html (and renamed ‘admin’). The two add-on domains are also in public_html; this is the way that the hosting service manages add-on domains, as individual directories with the domain name as the directory name, in public_html. Both of these sites are working, in the sense of being seen on the Web. They are also processing EE code, EXCEPT for the SAEF tags.
So, the directory structure is like this:
/public_html
admin (EE system folder)
index.php
path.php
interactivebudget.org (folder)
index.php
path.php
biggigaustin.org (folder)
index.php
path.php
When I log into my control panel via the primary domain, 21stcenturyproject.org, I see the “Sites” tab in the CP, and there are the three sites. Each site has its own templates group or groups. I can access any of those sites and administer them or create and edit templates.
BUT, on the two add-on domains, I get a redirect message whenever I’m trying to render any of the templates using the “View Rendered Template” button. I DON’T get this message with the primary site, with its templates. This suggests something is wrong—all the templates should work the same. By the way, I get the same redirect page message when I click the CP’s link “My Site” in either of the two add-on domains.
The two add-on domains are displaying on the Web, and they’re even showing EE-generated info, but there’s something wrong with the path.php in the add-on domains. I reproduced the path.php file contents at the top of this thread.
Thanks for the help. Sorry to be such a pain!