Skip to content

Commit ac2414b

Browse files
committed
Not promoting the ?url= behavior in the Apache documentation.
1 parent bb8bc7f commit ac2414b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

en/configuration/servers/apache.wiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ In production, it is recommended that you set `AllowOverride` to `None` and inst
3232
RewriteCond %{REQUEST_FILENAME} !-d
3333
RewriteCond %{REQUEST_FILENAME} !-f
3434
RewriteCond %{REQUEST_FILENAME} !favicon.ico$
35-
RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]
35+
RewriteRule ^ index.php [QSA,L]
3636
</Directory>
3737
</VirtualHost>
3838
}}}

0 commit comments

Comments
 (0)