google-code-backups / lifepress

Automatically exported from code.google.com/p/lifepress
Other
0 stars 0 forks source link

Remove .htaccess Requirement #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
CI, and therefore Lifepress, won't function without .htaccess

The problem with requiring .htaccess to function limits where people can 
install Lifepress.

For example, Jorge's web host allows doesn't allow for MySQL or .htaccess. 
However, thanks to CI Lifepress can run on SQLite so the lack of MySQL isn't 
all that bad. However, the inability to use .htaccess has us dead in the 
water.

Original issue reported on code.google.com by killpack99 on 10 Feb 2010 at 10:56

GoogleCodeExporter commented 8 years ago

Original comment by killpack99 on 10 Feb 2010 at 10:57

GoogleCodeExporter commented 8 years ago

Original comment by killpack99 on 15 Mar 2010 at 7:47

GoogleCodeExporter commented 8 years ago
Well you can always query string URLs.
Ex: index.php?c=products&m=view&id=345
You can enable this by editing your application/config/config.php and enable 
"Enable Query Strings"
If you need more help take a look at: 
http://codeigniter.com/user_guide/general/urls.html

Or change your hosting...

Original comment by djbl...@gmail.com on 16 Mar 2010 at 7:50

GoogleCodeExporter commented 8 years ago
This actually isn't a personal issue ;)

The problem is that sweetcron literally doesn't work without 
.htaccess. We also don't want to force anyones hand, it's their 
choice what kind of hosting they have, not ours. Our job is to 
make our software as useful as possible for our users. 

This requirement also makes it overly difficult to install 
Lifepress on LightTPD web servers.

Perhaps we should default to query strings unless the user 
explicitly sets the option to enable pretty permalinks 
(.htaccess URL rewriting)

Original comment by killpack99 on 16 Mar 2010 at 8:28