Project

General

Profile

[UE] facing issue in mod rewrite

Added by psdhawad 9 months ago

Hello,
No matter which cms I use or any other script I am facing issues with 404 for pages it's because of mod_rewrite but I already added

server.modules = (
    "mod_access",
    "mod_alias",
    "mod_compress",
    "mod_redirect",
    "mod_rewrite",
)

In lighttpd.conf
and
url.rewrite-once = ( "^/(.*)" => "/%0/$1" )

in domain.conf file

Thank You!


Replies (2)

RE: facing issue in mod rewrite - Added by gstrauss 9 months ago

You have failed to ask a question.

Please read How to get support

Then please read mod_rewrite documentation and learn how to use %0. Better, avoid using %0 since you seem to have suggested your misuse as a problem.

If you continue to have trouble, start with a simpler config and get it working. Then, make one change and test it. Repeat.
Configuration: Quick Start

    (1-2/2)