Best Software for 'LOCALHOST'

@zend server CE users.. how to setup mod rewrites for zend server?

UPDATE: configuration is located in the http.conf where you must specify the location of where you want to control .htaccess

Code:
<Directory /localhost/xenforo>
    Options
    AllowOverride All
    Order
    Deny
</Directory>

what settings must be specified for XenForo? My particular circumstance is for localhost installation.

peace
 
Top Bottom