Hi,
I have installed EspoCRM under lighttpd + fastcgi. Lighttpd does not support .htaccess files.
I might just convert rewrite rules into lighttpd configuration, but no very familiar with the syntax. Do you have an example config for lihgttpd?
for example, default Wordpress redirection in lighttpd looks like the following:
дякую
I have installed EspoCRM under lighttpd + fastcgi. Lighttpd does not support .htaccess files.
I might just convert rewrite rules into lighttpd configuration, but no very familiar with the syntax. Do you have an example config for lihgttpd?
for example, default Wordpress redirection in lighttpd looks like the following:
Code:
server.error-handler-404 = "/index.php"
Comment