An open source web application framework for use in building dynamic web sites with PHP.
-1
votes
0answers
17 views
Should Codeigniter programmer know OpenCart [on hold]
Currently I know some bases of Codeigniter and I also know HTML,CSS MySQL and Javascript but I still don't have a job. Is it enough for getting a job. I would like work as a freelancer.
So my ...
-1
votes
0answers
21 views
how could i hide the text box in jquery for initial loading? [closed]
I am working in this project where i face this issue.
PHP Code:
<!--top section start-->
<?php $this->load->view("header");?>
<div id="wrapper" style="height: ...
3
votes
2answers
119 views
Migration Joomla to Codeigniter - GWT reporting lots of 404's - How to fix
I recently created a whole new fitted system structure for a site previously running on Joomla 1.5 CMS. They wanted something more simple and elegant, and their back-end was a mess of modules and ...
0
votes
2answers
52 views
Hosting CodeIgniter blog on Media Temple service
I am completely clueless about it and Media Temple's customer care doesn't provide any technical help. Here are my doubts:
Where should I upload my codeigniter blog files /domain/myblog.com/html/ or ...
3
votes
4answers
174 views
Best location for a websites CMS
As part of my job I recently started making numerous content management systems for websites. So many that obviously my next step was to set up a 'template' for the websites so I could quickly remove ...
-1
votes
1answer
96 views
How can I remove plus sign in jquery string [closed]
How can I remove + sign from string in Jquery $('#sender_name'). val(). If I entered any space then it include a + sign
So in my controller I cant get accurate value due to + sign (I am using Ajax ...
2
votes
2answers
96 views
How should I handle two different routes to the same place in a website hierarchy? How will this affect SEO?
guys. I'm considering a complete overhaul of my site, and I have a dilemma. I have multiple ways of getting to the same place, i.e.:
Home > Page 1 > Page 2 > Page 3
and
Home > Page 3
...
2
votes
1answer
361 views
Codeigniter ci-merchant library - authorize.net payment gateway integration issue [closed]
I tried to integrate codeigniter authorize.net payment gateway by using the docs http://ci-merchant.org , I can successfully integrate the paypal but unfortunately i couldn't do authorize.net. The ...
4
votes
2answers
196 views
cdn.domain.com indexed by Google. The content is being considered as duplicate content
I am running my website with CodeIgniter framework. I have setup cdn using cname cdn.domain.com which is being indexed by Google. And the content of the both domain.com and cdn.domain.com is having ...
2
votes
1answer
157 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 ...
2
votes
1answer
75 views
How to find data usage of a user on my website?
I have a website (project) where users get logged in, do their work and then they log out.
I need to build a report that displays how much each person has used of data. (bandwith, how much was ...
2
votes
1answer
461 views
Add email attachments by URL in CodeIgniter [closed]
I tried this code to attach a file in CI. This is working:
$this->load->library('email');
$this->email->from('[email protected]', 'vignesh');
$this->email->subject('Email Test with ...
-1
votes
1answer
197 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
881 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.
...
0
votes
0answers
613 views
How do I delete the Facebook user cookie? [closed]
If I logout in my application the user is logged out in my application but not in Facebook.
When I login again via Facebook the same user cookies are used to login again - I need a different user to ...
1
vote
2answers
233 views
.htaccess remove index.php/url/ from URL
.htaccess is not working.
/index.php/user -- is working
http://www.example.com/user is not working
Current .htaccess file:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond ...
1
vote
1answer
345 views
.htaccess is not working in vps hosting
what is solution to create a .htaccess file in vps.
I have tried most of the .htaccess file.but it doesnt work in vps.
What is the solution?
here is the code of htaccess file.
RewriteEngine on
...
1
vote
1answer
131 views
Routing and relative paths
CodeIgniter and many other PHP frameworks rout URLs,
e.g. if default controller is root.php then both URLs will work
website.com/
website.com/root
if controller has a function 'login' then this URL ...
2
votes
2answers
2k views
robots.txt for a CodeIgniter based website?
I am working on a php site that uses Code Igniter framework and has the following folder structure on the server.
public_html
application
public
sql
style
system
design
images
...
3
votes
1answer
2k views
Setting file permissions on linux to allow PHP to write to a directory
I have a website built with Codeigniter and hosted on a Linux box.
I am trying to follow "best practices" when it comes to my file permission settings, but I'm not sure if I completely understand the ...
1
vote
2answers
372 views
File permission problem with codeignitor project using xampp
I am currently using Codeignitor as my PHP framework with XAMPP. I always keep all my files in c:/xampp/htdocs/.
The settings are working fine in my own localhost machine. But when I load the same ...
1
vote
1answer
1k views
Facebook Connect with CodeIgniter login problems
Im having a problem using Facebook Connect on my latest website. Im running it using the CodeIgniter framework and Elliot Haughin's library (http://www.haughin.com/code/facebook/).
Everything is ...
1
vote
3answers
279 views
CodeIgniter Hosting [duplicate]
Possible Duplicate:
How to find web hosting that meets my requirements?
Where can I find affordable web hosting for Codeigniter web application? I need hosting that supports all the PHP ...
0
votes
1answer
299 views
Is there any way to use AdWords with CodeIgnitor (or similar)?
I am working with a website that uses CodeIgnitor, a content management system I hadn't heard of before. The problem: Incoming links from AdWords contain a long query string, and if you add a query ...