91
Development / Re: Stop ‘Osclass Project’ dying
« Last post by Dis on August 08, 2019, 03:15:58 am »I hope this will not continue and all focus will again be on osclass.That would be great. But it is hard to believe in it.
I hope this will not continue and all focus will again be on osclass.That would be great. But it is hard to believe in it.
location / {
try_files $uri $uri/ /index.php?$query_string;
}
This always worked with me and my clients. I hope it will work on yours too.We would like to thank you for your effort and the trust you put in this project throughout the years. Unfortunately, we have not been able to turn this venture into a profitable business.Thanks for the info. But I am still confused, will this project move further bypassing the osclass market thing? In the last 1-2 year, nothing really happened with the core osclass script, I hope this will not continue and all focus will again be on osclass.
Osclass, as a free software project, will be accessible and open to everyone as before, so we encourage you to continue developing plugins and themes for all of the users who still rely on our script.
location / {try_files $uri $uri/ /index.php?$args;}
location / {
index index.php index.html index.htm;
if($_SERVER['REQUEST_URI'] == "/index.php") {
header("Location: /",TRUE,301);
exit();}
}
I hope that closing down thing will only be limited to osclass market and not all osclass community. Btw I have also maintained a separate forked osclass repo at https://github.com/navjottomer/Osclass. I have done lots of work on this in past but due to not that much response from the community, I stalled it further. I request all other devs to merge their project or add a pull request if they are interested. Together we can make this situation better.