2
votes
1answer
101 views

How to set htaccess working on opensuse for codeigniter project

I'm trying to have htaccess work on codeigniter project but the module is not working and I don't know how to enable rewrite module. To have read the htaccess. The OS is Opensuse 12.2. I have this ...
-1
votes
1answer
191 views

Codeigniter: Everything but forms woks on remote server. [closed]

Just finished a project based on the codeigniter framework. Everything works except the forms.Codeigniter Form validation does not work by a hair’s breadth. Error log on apache server echoes a ...
0
votes
3answers
847 views

Want to create dynamic subdomain in codeigniter? [closed]

In my site i want to add an functionality for user to use their username with domain. Like in codeigniter right now i want to give the user to use their own url to login in site and do other stuff. ...
1
vote
2answers
222 views

.htaccess is not working in lease web hosting

.htaccess is not working. http://www.example.com/index.php/user -- is working http://www.example.com/user --- is not working the following file is my .htaccess file. RewriteEngine on RewriteCond ...