Search the Community
Showing results for tags 'rule'.
-
This is going to sound strange I know but here's a problem a client is having - we have a system setup for them which uses rules in Outlook 2007. They say the rules turn themselves off which makes their e-mails not print out (we have a macro etc for it). Is it possible for these rules to turn themselves off? I think it may be someone turning it off by accident but they say no one has. Let me know if this makes any sense, thanks for your time.
-
Okay, so I have a file named tagging.php that links to itself. Sometimes, it needs to pass itself an ID. I wanted a URL like: website/tagging/8 instead of: website/tagging.php?id=8 I'm not sure what's wrong with my rewrite rule: RewriteRule ^tagging/([0-9]+)$ tagging.php?id=41 [NC, L] Any ideas?