Skip to content

Commit

Permalink
Merge pull request cakephp#1030 from nijanthanh/patch-1
Browse files Browse the repository at this point in the history
Replacing > with > and & with &
  • Loading branch information
ADmad committed Jan 19, 2014
2 parents 9beffcc + f34a7c4 commit b9606d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/installation/url-rewriting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ In the lighttpd configuration make sure you've activiated "mod_rewrite". Add a l
::

url.rewrite-if-not-file =(
"^([^\?]*)(\?(.+))?$" => "/index.php?url=$1&$3"
"^([^\?]*)(\?(.+))?$" => "/index.php?url=$1&$3"
)


Expand Down

0 comments on commit b9606d0

Please sign in to comment.