Originally created by: Vladimir.Chukharev@gmail.com
Originally owned by: Vladimir.Chukharev@gmail.com
Some *.html files actually use SSI statements and need to have exec permission for SSI to be recognized by Apache in accordance with .htaccess options. These properties were not set in the fist commit.
Files can be found with a command like
grep -l -- "\!--#" *.html
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: Vladimir.Chukharev@gmail.com
Also, all *.shtml files without SSI inside them should be renamed to *.html without exec permission to reduce the SSI overheads. A similar command can help to identify those files.
The name clashes should be resolved and all references to the renamed files should be changed to the new names.