简体   繁体   中英

wordpress, apache redirection question

I have a wordpress application thats currently the only application on the domain. Now in this application, I've just created a /presentations folder...

How can I present anything stored in just this /presentations folder from getting redirected...

Thank you

WordPress's .htaccess file only redirects if a file matching the request URI can't be found. Files in your /presentations folder should be unaffected.

If you're redirecting in some other way than the default WordPress .htaccess rules, we'll need to see the config for that.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM