chaiwei Posted October 13, 2009 Share Posted October 13, 2009 Hi, I have install Zend framework in my lampp. I create a folder in the htdocs call zend So everytime I need to access http://127.0.0.1/zend/public So is there any other way to let it become http://127.0.0.1/zend or http://127.0.0.1 I have try add RewriteEngine on RewriteBase /zend/public in my /opt/lampp/htdocs/.htaccess and /opt/lampp/htdocs/zend/.htaccess both also no luck. Am I doing any mistake? FYI I do not have index.php in /opt/lampp/htdocs/zend/ folder. Quote Link to comment https://forums.phpfreaks.com/topic/177528-rewritebase-zend-framework-on-lampp/ Share on other sites More sharing options...
trq Posted October 13, 2009 Share Posted October 13, 2009 Take a look at setting up virtual hosts. Its covered within Apache's documentation. Quote Link to comment https://forums.phpfreaks.com/topic/177528-rewritebase-zend-framework-on-lampp/#findComment-936021 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.