Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.8K
1 Posted Topic
Re: Hi, What if I want to apply the rewrite rule to all the css files under the root directory.. I mean there can be multiple directories having css files so I cannot put web/css specifically for below: RewriteRule ^([a-z0-9-\s]+)(\.css) web/css/$1.css Instead, can <FilesMatch> be used to serve the purpose? Eg, … |
The End.