CodeIgniter Forums
.htacces did not work with CI 1.7.2 an php 5.3 - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: .htacces did not work with CI 1.7.2 an php 5.3 (/showthread.php?tid=24332)

Pages: 1 2


.htacces did not work with CI 1.7.2 an php 5.3 - El Forum - 12-16-2009

[eluser]skunkbad[/eluser]
[quote author="enSo" date="1260988636"][quote author="joytopia" date="1260975194"]Ah thanks, that worked like a charm. You guys should change that code in the user guide Big Grin[/quote]

This is a server configuration issue, and while helpful to some, it doesn't apply to everyone. A good example would be that people with shared hosting don't have access to httpd.conf, and modifying this file could be necessary according to this wiki article. Also, these configuration issues would apply to any application, directory, or file, so this can't be regarded as a CI specific topic, and as we all know, making a mistake in the .htaccess file leads to severe site breakage.


.htacces did not work with CI 1.7.2 an php 5.3 - El Forum - 12-16-2009

[eluser]enSo[/eluser]
[quote author="skunkbad" date="1261010151"][quote author="enSo" date="1260988636"][quote author="joytopia" date="1260975194"]Ah thanks, that worked like a charm. You guys should change that code in the user guide Big Grin[/quote]

This is a server configuration issue, and while helpful to some, it doesn't apply to everyone. A good example would be that people with shared hosting don't have access to httpd.conf, and modifying this file could be necessary according to this wiki article. Also, these configuration issues would apply to any application, directory, or file, so this can't be regarded as a CI specific topic, and as we all know, making a mistake in the .htaccess file leads to severe site breakage.[/quote]
Well I'm just saying... I was glad it helped me so maybe just add a link to that wiki or this thread as an alternative? I'm sure a lot of people will come across this problem. let them know where to look.
Just a suggestion

- Cheers


.htacces did not work with CI 1.7.2 an php 5.3 - El Forum - 12-17-2009

[eluser]boltoncole[/eluser]
I had the same problem of the thread started...