Do you use or tried “pretty-urls” in your .htaccess file?
No as stated… in the end I’m a noob, still newbie
.htaccess rules are tremendously powerful and allow rewrting anything on the browser command line to a completely different site, path, file, parameter, error page, etc.
Also .htaccess files can be used to reduce the web-page rendering by caching, zipping file contents,etc.
The are well worth investigating.
To be honest I had a flight over that topic, but until now the CodeIgniter part has been done locally with XAMPP so no real world application yet.
And as you may suppose, I have been focused on the developing topics. .htaccess is slight off topic to me for the moment except the part that is involved in removing the index.php from every CodeIgniter’ app path
Yes, I have removed it and editing the .htaccess as they explain, is a required step for the goal.
P.S. On the other hand, Codeigniter’s routes will allow to handle many or most of the topics you said, nevertheless if needed, also cache is something part of the CodeIgniter architecture (to enable it, as far I have seen, is an option)
(@John_betong off topic: can you kindly have a look to my post filed under javascript? Thank you for any suggestion)
I have only a basic knowledge of JavaScript and and could not offer any suggestions.
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.