0
votes
0answers
46 views

Server-Side-Include date formatting not working on Apache 2

I'm a webmaster trying to figure out what might need changing in the setup of our new web server to fix this SSI issue. Until I can replace much SSI code with PHP in many many pages, I need to make ...
1
vote
1answer
152 views

Apache RewriteCond: inject string into URI between regex match groups

EDIT This works, needed to use % in place of $ for capture groups: RewriteRule (.*) http://localhost:8081/%1/%{TIME_YEAR}1101%2 [P] Having a hard time sorting this out. Need a date string ...