Questions tagged [codeigniter]
An open source web application framework for use in building dynamic web sites with PHP.
30 questions
1
vote
1
answer
1k
views
Apache Rewrite Rule www to non-www + http to https + add trailing slash
I really need the following 3 features of my website:
www to non-www
HTTP to HTTPS
force trailing slash at the end of the URLs
I have a current implementation but I face a very bad bug.
When I ...
2
votes
2
answers
51
views
Can CodeIgniter Website be deployed to Cloud Hosting?
Currently I'm thinking of making a website in CodeIgniter and planning to deploy it in cloud hosting but I don't know if that is possible.
0
votes
1
answer
97
views
Should I use Canonical Tag ? I have replaced underscore by hyphen in url
I have created a website in codeigniter. Some urls have underscore eg:demo.com/heritagehome_cochin . so I replaced underscore with hyphen for seo friendy URL by changing routes.php file.
My doubt is ...
1
vote
0
answers
67
views
/ci3/contact not found after ci3-fire-start installation
I installed apache2 on my ubuntu 16 and the localhost folder is located in /var/www/html/
Downloaded ci3-fire-starter and extracted the folder to /var/www/html/ci3-fire-starter-folder
I also ...
1
vote
0
answers
80
views
Sitemap with an App using Codeigniter and jQuery Mobile?
We've got dynamic content that we want the google bot to search. Our app is running codeingiter and jQuery mobile.
So, our site is basically 6 pages that are updated using XHR calls. The data is ...
1
vote
1
answer
501
views
Sharing CodeIgniter installation between different servers
Current situation: I've got 2 different servers, each one hosting its own CI installation, and everything is working fine, except a lot of code is duplicated (custom libraries, some views, etc)
My ...
0
votes
2
answers
699
views
Google Webmaster Tools crawl errors due to Google decoding links that were urlencoded by Codeigniter
In our pages we have internal links that are urlencoded because the URL may sometime contain special characters such as () or !
So in our source code we have a link: http://example.com/American_Dad%...
2
votes
2
answers
420
views
Duplicate content error results instead of a 404 page
My current URL is: www.example.com/category/we-developer/ However, if any user mistakenly adds extra characters after the /, for example, www.example.com/category/we-developer/fgggfgg, it should take ...
3
votes
1
answer
1k
views
Codeigniter not working after moving direcories
I just starting trying to learn CodeIgniter. From the user guide it suggests to move the application and system folder for security reasons.
I now have this structure:
./public/index.php
./app/
./...
0
votes
1
answer
205
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 ...
4
votes
4
answers
5k
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
2
answers
409
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
2
answers
289
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 /...
6
votes
4
answers
245
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
1
answer
1k
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 ...