Jump to content

Rewrite URL with Lighttpd in IPS4


BomAleold

Recommended Posts

Hello, i am configure a ips4 test install with webserver lighty but i have a small problem with some url:

Pages: http://178.62.0.31/beta/index.php?/articles.html/ but it must be http://178.62.0.31/beta/articles.html (only on "primary" menù this happens)

actual my lighttpd.conf is:

#$HTTP["url"] =~ "^/beta($|/)" { work only lighttpd >= v1.4.34
	url.rewrite-if-not-file = (
		"^beta.*$" => "beta/index.php",
		"^beta/admin.*$" => "beta/admin/index.php",
	)
#}
#FIX FOR CALENDAR, ALSO PAGES 
server.error-handler-404 = "/beta/index.php"

anyone could help me with this conf?

 

solved on step 1-2 with "Get Support" on ACP

Link to comment
Share on other sites

Archived

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...