Hejsan,
Jag har precis flyttat min joomla site från lokal windows dator med hjälp av Joomlapack till ett webhotell där jag kör unix.
Själva installationen går klockrent och jag kan nå själva administrationssidan utan problem men när jag försöker nå själva websidan så får jag (HTTP 500 Internal Server Error).
Någon som kan tänkas veta vad det beror på? Borde ju inte vara rättigheter eftersom jag får upp administrationssidan... men man vet ju aldrig när man går från win till unix.
Tack på förhand
Pierre
(HTTP 500 Internal Server Error) efter flytt till webhotell
-
- Joomla! Apprentice
- Posts: 9
- Joined: Thu Dec 11, 2008 7:26 pm
- Zello
- Joomla! Virtuoso
- Posts: 3869
- Joined: Wed Jan 10, 2007 11:23 am
- Location: Västerås - Sweden
Re: (HTTP 500 Internal Server Error) efter flytt till webhotell
Hm...
Vilket webhotell?
Hur ser htaccess-filen ut? ".htaccess" eller htaccess.txt
Körde du på apache eller iis server när du körde lokalt?
Vilket webhotell?
Hur ser htaccess-filen ut? ".htaccess" eller htaccess.txt
Körde du på apache eller iis server när du körde lokalt?
Olle Zettergren
Freelance Senior Joomla developer
Moderator Swedish forum
Freelance Senior Joomla developer
Moderator Swedish forum
-
- Joomla! Apprentice
- Posts: 9
- Joined: Thu Dec 11, 2008 7:26 pm
HTTP 500 Internal Server Error trots ingen .htaccess
Skall försöka svara på dina frågor,
Webhotellet är Loopia
När jag körde lokalt så körde jag xampp paketet vilket innebar apache och mysql.
Samma (apache och mysql) som hos loopia fast med unix där istället för windows på min lokala dator
htaccess filen var från början htaccess.txt men eftersom jag gick över till unix så ändrade jag till .htaccess. Dock utan framgång.
Tack för din hjälp
Har även testat att ta bort den helt och hållet men får fortfarande fel.
Gör jag en egen .htaccess för administrationssidan så fungerar allt som det skall enligt .htaccess på denna sidan.
Webhotellet är Loopia
När jag körde lokalt så körde jag xampp paketet vilket innebar apache och mysql.
Samma (apache och mysql) som hos loopia fast med unix där istället för windows på min lokala dator
htaccess filen var från början htaccess.txt men eftersom jag gick över till unix så ändrade jag till .htaccess. Dock utan framgång.
Tack för din hjälp
Har även testat att ta bort den helt och hållet men får fortfarande fel.
Gör jag en egen .htaccess för administrationssidan så fungerar allt som det skall enligt .htaccess på denna sidan.
-
- Joomla! Intern
- Posts: 56
- Joined: Wed Feb 04, 2009 6:24 pm
Re: (HTTP 500 Internal Server Error) efter flytt till webhotell
I have the same issue on Loopia!
Apache mod_rewrite doesn't seem to work!
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, drift@loopia.se and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Apache/1.3.41 Server
any ideas??
Apache mod_rewrite doesn't seem to work!
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, drift@loopia.se and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Apache/1.3.41 Server
any ideas??
-
- Joomla! Apprentice
- Posts: 9
- Joined: Thu Dec 11, 2008 7:26 pm
Re: (HTTP 500 Internal Server Error) efter flytt till webhotell
What made it work for me was to add
php_value memory_limit 40M
to the .htaccess file.
/Pierre
php_value memory_limit 40M
to the .htaccess file.
/Pierre
-
- Joomla! Intern
- Posts: 56
- Joined: Wed Feb 04, 2009 6:24 pm
Re: (HTTP 500 Internal Server Error) efter flytt till webhotell
1st, sorry for Swedish speaking board, this was the only result from the search with this issue!
I'd like to provide the solution!
@pdais97: PHP memory limit didn't solved the problem.
what I've done and it works 100%:
# Uncomment following line if your webserver's URL
# is not directly related to physical file paths.
# Update Your Joomla! Directory (just / for root)
# RewriteBase /
(Line 59 in default Joomla .htaccess)
just remove the leading # sign!
I'd like to provide the solution!
@pdais97: PHP memory limit didn't solved the problem.
what I've done and it works 100%:
# Uncomment following line if your webserver's URL
# is not directly related to physical file paths.
# Update Your Joomla! Directory (just / for root)
# RewriteBase /
(Line 59 in default Joomla .htaccess)
just remove the leading # sign!
-
- Joomla! Fledgling
- Posts: 1
- Joined: Fri Aug 03, 2012 4:08 pm
Re: (HTTP 500 Internal Server Error) efter flytt till webhot
[Inlägget är modererat med anledning av brott mot forumregeln: "Håll alla kommentarer på en civilicerad nivå och var hela tiden hövlig. Konstruktiv kritik är välkommen men kränkningar mot andra användare eller webbplatsens administratörer kommer inte att tolereras." PM är skickat./Chrille, moderator]
Spelar ej roll vilken os man kör.
om htaccess ska jobba måste webservern vara mod_rewrite.so aktiverad
Spelar ej roll vilken os man kör.
om htaccess ska jobba måste webservern vara mod_rewrite.so aktiverad