By adjustreality on
I set up clean URLs and they work find until I access the page via the forworded domain since its kind of "masked" the main hosting is site1.com but site2.com has no hosting and is in a subdirectory or site1.com so its more like site1.com/site2 (so its the domain that is being forwarded)
I think this is messing up my site because I get:
Error 500 Internal server error
An internal server error has occured!
Please try again later.
could this be how I edited my .htaccess file too?
here is what it says(htaccess):
AddType x-mapp-php5 .php
# Various rewrite rules.
RewriteEngine on
RewriteBase /
# Alternatively if Drupal's in a sub dir, comment above line and uncomment below line
RewriteBase /site2
# Rewrite current-style URLs of the form 'index.php?q=x'.
RewriteCond %{REQUEST_FILEN`AME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
Comments
So is this a multi-site setup
So is this a multi-site setup or do you have two full installations of Drupal?
2 domains, but one drupal
2 domains, but one drupal install. one domain is the default, other is kind of "masked" its not forwarded so its whatever the other option is called (not even sure if it has a name)
I found the issue, but not
I found the issue, but not how to fix it:
since its masked in subdirectory out the subdirectory in the address line for some reason even when I have it in the htaccess file as a subdirectory
if I access it via site1.com/site2 it works on but when I use site2.com it work until I click a link?