Skip to content
Snippets Groups Projects
Commit e6fd3515 authored by Marius Cramer's avatar Marius Cramer
Browse files

- removed [PT] flags as it is causing problems with some php applications due...

- removed [PT] flags as it is causing problems with some php applications due to information in SCRIPT_NAME and PHP_SELF
parent 8fef1d91
No related branches found
No related tags found
No related merge requests found
...@@ -336,7 +336,7 @@ ...@@ -336,7 +336,7 @@
RewriteCond %{REQUEST_URI} !^<tmpl_var name='rewrite_target'> RewriteCond %{REQUEST_URI} !^<tmpl_var name='rewrite_target'>
</tmpl_if> </tmpl_if>
RewriteRule ^/(.*)$ <tmpl_var name='rewrite_target'><tmpl_if name="rewrite_add_path" op="==" value="y">$1</tmpl_if> <tmpl_if name='rewrite_type' value=''><tmpl_if name="rewrite_is_url" op="==" value="n">[PT]</tmpl_if></tmpl_else><tmpl_var name='rewrite_type'></tmpl_if> RewriteRule ^/(.*)$ <tmpl_var name='rewrite_target'><tmpl_if name="rewrite_add_path" op="==" value="y">$1</tmpl_if> <tmpl_var name='rewrite_type'>
</tmpl_loop> </tmpl_loop>
</tmpl_if> </tmpl_if>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment