Tagged Questions

0
votes
0answers
11 views

OpenCart Routing

How do you write clean URL's in OpenCart using their built in Router class? Here is my .htaccess file: RewriteEngine On RewriteRule ^(system) - [F,L] RewriteCond %{REQUEST_FILENA …
0
votes
2answers
88 views

E-commerce Development

I hope to open the doors to discussion with this question. I am a CodeIgniter developer looking for an E-commerce solution that follows a similar MVC structure like CI. I have narr …
0
votes
1answer
45 views

.htaccess 301 redirect problem

Hi I have an application which uses opencart. I would like to make a 301 reditect in case the user types http://mysite.com. To be redirected in http://www.mysite.com (301 status co …
0
votes
3answers
93 views

opencart install on bluehost getting 5.2+ required

I am getting 5.2+ php required when installing opencart on Bluehost. I see that bluehost runs PHP 5.2.9, but on searching the forums I see others are running open cart sucessfully …