An open source web application framework for use in building dynamic web sites with PHP.
0
votes
0answers
11 views
.htaccess do not work without index.php on CodeIgniter [closed]
I have read a lot of topic with the same problem but I do not find the solution. I have a LAMP into Ubuntu server. My document root is /home/utente/ into this dir I have another dir (turni) with a ...
0
votes
1answer
23 views
PHP web app hosting considerations and advice - high traffic expected from day 1 [duplicate]
I'm in the process of researching hosting providers for a high traffic Facebook application.
The client has over 300,000 likes so we can expect quite a bit of traffic when posts are made about it and ...
2
votes
4answers
225 views
Does updating site too frequently hurt SEO rankings?
I recently updated my site, like 3-4 times in 2 months. At first everything was good, (i.e., Google was updating my pages' SERP content in 2-3 days). But now I did kind of a major change, I switched ...
3
votes
2answers
160 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
76 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 ...
4
votes
4answers
182 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
131 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
125 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
630 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
338 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
312 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
86 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
633 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
vote
2answers
249 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
467 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
159 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
3k 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
438 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
310 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
329 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 ...