Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
1&1 shared Linux hosting Internal Server Error [solved]
· 11 years ago
what is the solution to this problem? i have a similar one.
-
1&1 shared Linux hosting Internal Server Error [solved]
· 12 years ago
It's very strange because I've researched this and all the Joomla/Drupal/Wordpress forums say that RewriteBase /subdir should be all you need to change. Our .htaccess is actually very similar to thes
-
1&1 shared Linux hosting Internal Server Error [solved]
· 12 years ago
@ MatiasGriese - As I mentioned above, the site is working. I think you have worked out that I am hosting this on a sub-directory within my 1&1 space, not the root directory (which has our origi
-
1&1 shared Linux hosting Internal Server Error [solved]
· 12 years ago
I believe that the issue is rewrite base not being the current directory: RewriteBase /grav should work, where you just replace path with your own.
-
1&1 shared Linux hosting Internal Server Error [solved]
· 12 years ago
No, RewriteRule ^(.*)$ index.php [L] didn't work. But I fiddled a bit and this one did work: RewriteRule .* /index.php [L]
-
1&1 shared Linux hosting Internal Server Error [solved]
· 12 years ago
How about: RewriteRule ^(.*)$ index.php [L] ???
-
1&1 shared Linux hosting Internal Server Error [solved]
· 12 years ago
As you requested, I have tried reverting to: RewriteRule .* index.php [L] but I got the following error on every page other than the home page: Internal Server Error The server encountered an internal
-
1&1 shared Linux hosting Internal Server Error [solved]
· 12 years ago
I think the x-mapp-php6 reference was the one you needed as that seems to be how 1&1 enable PHP 5.4. Would you mind trying that alone and reverting the index.php Rewrite? I just would like to is
-
1&1 shared Linux hosting Internal Server Error [solved]
· 12 years ago
In the .htaccess file I changed the following line: RewriteRule .* index.php [L] to RewriteRule ^(.*)$ /index.php?q=$1 [L,QSA] to get it to run. (to the .htaccess I also added the line AddType x-mapp-
-
Internal server error when trying to upgrade through admin
· 11 years ago
Looks a problem with PHP's open_basedir config. Can you remove that from your php.ini?