Jump to content

Rewritebase - zend framework on lampp


chaiwei

Recommended Posts

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.

 

 

Link to comment
https://forums.phpfreaks.com/topic/177528-rewritebase-zend-framework-on-lampp/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.