I have a problem, surprise 😉
I use .htaccess in Apache and have a RewriteRule problem
My code is
RewriteRule ^(.*)$ /system/header_codes.php?oldurl=$1
How can I make if it did not have a true ( rewriterule ) so use this, I will use it becures i create a dyanmic RewriteRule for my customer in my System?
i hope for help here, sorry for bad spelling.
I might be way off here becuase I barely get what you’re asking, but maybe this will help a little. It’s the rewrite rule I use to send everything to my request handler (index.php). It doesn’t redirect css, image, etc files, so maybe you can use that logic to exclude other patterns.