Hello, folks,
A few months ago, user Horizon introduced me to URL Rewriting, when s/he guided me how to direct all my non-www traffic to www, and it works perfectly... thank you again, Horizon.
Next, I wanted to run a script on a number of my sites (hosts), but that script was written for Apache, and required the use of htaccess files. As Abyss does not use htaccess, a couple of months ago the gurus (i.e. experts) at Aprelium translated the htaccess rules into a format that Abyss recognizes, and those rules & those scripts have worked flawlessly... thank you again, Aprelium.
Now, my question at this time is, not HOW to do it, but IF it is possible that Abyss can make some exceptions to the htaccess-equivalent rules.
My rewrite rule # 1, from non-www to www, is fine.
My 4 rewrite rules # 2-5 are for the script that uses htaccess, which for lack of a better description, in my layman's terms, directs everything to index.
But I have 3 aliases setup in Abyss that need to somehow ignore those 4 rewrite rules # 2-5.
Is it possible that I can setup Abyss to process that 1st rewrite rule (non-www to www) first, and THEN to allow Abyss to process those 3 aliases (and possibly more in the future) normally, and ONLY THEN process the 4 htaccess-equivalent rewrite rules?
If this is not possible, it's absolutely no big deal. The reason why I ask is, normally, on my sites that DON'T use those rewrite rules # 2-5, I can access those aliases with domain/aliasname, but because those rewrite rules # 2-5 for my other domains rewrite /index.php?/$1/ (or index.php?/$1/), so for those sites domain/aliasname does not work, I instead have to specifically enter in domain/aliasname/filename (i.e. domain/aliasname/index.php).
For example, for one of sites that does NOT use rewrite rules # 2-5, I can enter in:
https://www.fusionwings.com/webstats
https://www.fusionwings.com/guestbook
But for one my sites that DOES use rewrite rules # 2-5, I cannot enter in:
https://www.gallerywings.me/webstats
https://www.gallerywings.me/guestbook
Instead, I have to include the filename at the end, such as:
https://www.gallerywings.me/webstats/index.php
https://www.gallerywings.me/guestbook/gbook.php
I have no idea IF Abyss can handle that, which is my inquiry at this time. I have not listed any of my current rules here yet, as if it's not possible to accomplish this, no use filling up space in this post with a bunch of code :-).
Thanks in advance & have yourselves a great day.
Regards & be safe,
John