MinisterOfPropaganda
Forum Replies Created
-
Ok. I will try there. I also emailed the same question, along with a question about Non-Profit/Education discounts to ‘support@wpexperts.io’ a couple days ago (your documentation says to email this address to ask about licensing specifically) and have not yet received a reply.
Forum: Networking WordPress
In reply to: URL Rewrites! How do they WORK?Hmmm. If other parts of WordPress reference it without being subject to the URL Rewrite rules (includes come to mind I suppose) then that would certainly be problematic. Thanks for the heads up. Seems like it wouldn’t be too difficult to either pull in or recreate the current page as a WordPress page.
Forum: Networking WordPress
In reply to: URL Rewrites! How do they WORK?Well, everything is still going through the WordPress version of index.php (just under a different name). The only exception is the actual index.php file itself. We’ll be doing a ton of testing before doing anything in production, though, and the web development folks that requested this have said it’s not a deal breaker if they have to just have the root pages served up by WordPress as well. So we’ll see how it goes. Thanks for the info!
Forum: Networking WordPress
In reply to: URL Rewrites! How do they WORK?The only reason I tweaked the URL Rewrites was so that we could keep our existing “index.php” instead of using the one that WordPress installs. I suppose I could accomplish the same thing by renaming our index.php file to something like home.php and then making THAT the default document. 6 of one, half dozen of the other, but I guess the second way would not involve tinkering with the rewrites.
Is there a discussion somwhere on what each rewrite is supposed to be doing?