leela Posted July 15, 2011 Share Posted July 15, 2011 hai, I installed cakephp 1.3.10 version today. I cannot find .htaccess file under CAKE , i have remaining folders..app,cake,plugins,vendors,index.php and README. Please help me where can i find it. Link to comment https://forums.phpfreaks.com/topic/242094-cakephp-htaccess-file/ Share on other sites More sharing options...
requinix Posted July 15, 2011 Share Posted July 15, 2011 If it's not there then it's not there. Make one. Link to comment https://forums.phpfreaks.com/topic/242094-cakephp-htaccess-file/#findComment-1243283 Share on other sites More sharing options...
leela Posted July 15, 2011 Author Share Posted July 15, 2011 did i do anything wrong in installing? or does 1.3.10 version has htaccess file somewhere ? Link to comment https://forums.phpfreaks.com/topic/242094-cakephp-htaccess-file/#findComment-1243289 Share on other sites More sharing options...
requinix Posted July 15, 2011 Share Posted July 15, 2011 1.3.10 stable has this in its .htaccess: RewriteEngine on RewriteRule ^$ app/webroot/ [L] RewriteRule (.*) app/webroot/$1 [L] If you're on a Linux system then the file may just be hidden from view (because it starts with a period). Use ls -a from a console to see all the files, or adjust your FTP client so it shows "hidden files", or whatever else I don't know what you're using. Link to comment https://forums.phpfreaks.com/topic/242094-cakephp-htaccess-file/#findComment-1243294 Share on other sites More sharing options...
leela Posted July 20, 2011 Author Share Posted July 20, 2011 Thanks..it is hidden,i used cntrl + H to unhidden it Link to comment https://forums.phpfreaks.com/topic/242094-cakephp-htaccess-file/#findComment-1245289 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.