Page 1 of 1
Search found 5 matches
Re: Sitemap generator For Opencart 1.40
If you change your .htaccess file as follows google (and other search engines) will find the sitemap at the standard location.
After the lines:
RewriteEngine On
RewriteBase /
Add:
RewriteRule ^sitemap.xml$ index.php?route=feed/google_sitemap [L,QSA]
- Wed Jun 16, 2010 8:25 pm
- Replies 18
- Views 19386
Re: OpenCart business model?
Its not a striped down version of codeigniter. Fair enough only the load class are simular. I think there's many more similarities than just that How can you say something belongs to code ingiter when all i'm doing is creating the most simplist of each class requeired to run any web application. I ...
Jump to post- Mon Feb 22, 2010 6:54 pm
- Replies 96
- Views 45388
Re: OpenCart business model?
I'm pretty sure this conversation is coming to a close now (at least it might be time to stop it before it starts repeating itself)? So I'd like to ask one more question and suggest that whoever's modding the forum whether that be Daniel or anyone else think about closing the thread soon after a res...
Jump to post- Mon Feb 22, 2010 5:27 pm
- Replies 96
- Views 45388
Re: OpenCart business model?
Yes modules/addons are fine to release non GPL'd if they don't use/modify part of the original source. The problem is, a lot of useful modifications that provide a large amount of additional functionality do require modification of (and are derivitive of) the main source tree because the API/hooks ...
Jump to post- Sat Feb 20, 2010 9:03 pm
- Replies 96
- Views 45388
Re: OpenCart business model?
Hi guys I've just had a quick read over this thread and would just like to draw your attention to this statement on use of the GPL, which basically relates to plugins/extensions/modules whatever you want to call them: http://www.gnu.org/licenses/gpl-faq.html#GPLAndPlugins Though it's not particularl...
Jump to post- Sat Feb 20, 2010 10:27 am
- Replies 96
- Views 45388
Search found 5 matches