Theme not recognized when using virtual directory (IIS)
-
Hi,
I have clean WP 4.1 installation in a subdirectory.
The overall solution structure looks as follows:
- application
- plugins
- themes
- vendor
- wordpress
- index.php
- wp-config.php
- web.config
I serve it using IIS 7 on Windows 8.1.
My custom theme is located outside the solution root and I map it as a virtual directory into application/themes/mytheme.
All files inside mytheme folder are accessible:
- https://localhost/application/themes/mytheme/style.css
- https://localhost/application/themes/mytheme/screenshot.png
I’ve also tried allowing directory listing for https://localhost/application/themes/mytheme/.
But WordPress doesn’t recognize it.
Where the problem could lie?
Thank you in advance.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Theme not recognized when using virtual directory (IIS)’ is closed to new replies.