Hmmm think i am doing something right now...
I went to the isp config backend and set auto subdomain to www
After that i checked the sites enabled folder on my server and saw a new vhost symbolic link... But now starting whit 100 instead of 900
I went back to the isp config backend and added the needed code for sef and cache in the directives field...
Code:
# Support Clean (aka Search Engine Friendly) URLs
location / {
try_files $uri $uri/ /index.php?q=$request_uri;
}
location ~* \.(js|css|png|jpg|jpeg|gif|swf|xml|txt)$ {
expires 14d;
}
After some minutes sef was working agian...
The error 500 is still there but noticed not everywhere... Only on the jomsocial part of the website. So maybe there the problem is...
For example if i type:
http://mysite.com/music/something i get >> 404
On this link there is no jomsocial installed
But if i type:
http://mysite.com/somethingwhatisnotthere i get >> 500 Controller
CommunitySomethingwhatisnotthereController not found!
On the mainpage i have jomsocial installed
And then again if i type:
http://mysite.com/news/something i get >> 404
On this link there is no jomsocial installed
So what to do now?
Recent comments
1 day 17 hours ago
2 days 2 hours ago
2 days 4 hours ago
2 days 6 hours ago
2 days 7 hours ago
2 days 9 hours ago
2 days 10 hours ago
2 days 11 hours ago
3 days 3 hours ago
3 days 4 hours ago