An open source web application framework for use in building dynamic web sites with PHP.
3
votes
3answers
100 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
38 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
58 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
88 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 ...
3
votes
2answers
75 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 ...
1
vote
1answer
41 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
46 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
200 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
175 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
723 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
555 views
how to create jquery infinite scroll in codeigniter [closed]
can some one tell me how to create jquery infinite scroll like
p interest.
tell me the links to references.it will very useful to me.
0
votes
0answers
520 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
201 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 ...
1
vote
1answer
230 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
111 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
1k 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
293 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 machine.But when I load the same project in ...
1
vote
1answer
885 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
225 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
243 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 ...