Title: David Spelts's Replies | WordPress.org

---

# speda1

  [  ](https://wordpress.org/support/users/speda1/)

 *   [Profile](https://wordpress.org/support/users/speda1/)
 *   [Topics Started](https://wordpress.org/support/users/speda1/topics/)
 *   [Replies Created](https://wordpress.org/support/users/speda1/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/speda1/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/speda1/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/speda1/engagements/)
 *   [Favorites](https://wordpress.org/support/users/speda1/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Unknown or bad timezone in wp-includes/functions.php?](https://wordpress.org/support/topic/unknown-or-bad-timezone-in-wp-includes-functions-php/)
 *  [speda1](https://wordpress.org/support/users/speda1/)
 * (@speda1)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/unknown-or-bad-timezone-in-wp-includes-functions-php/#post-10729819)
 * Maybe try:
    $timezone = new DateTimeZone(‘EST’); …assuming EST is installed.
 * To confirm which timezones are installed and readable by php:
    print_r(timezone_identifiers_list());
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Unknown or bad timezone in wp-includes/functions.php?](https://wordpress.org/support/topic/unknown-or-bad-timezone-in-wp-includes-functions-php/)
 *  [speda1](https://wordpress.org/support/users/speda1/)
 * (@speda1)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/unknown-or-bad-timezone-in-wp-includes-functions-php/#post-10729684)
 * Yes, it seems very innocuous.
 * Are you able to access /usr/share/zoneinfo ?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Unknown or bad timezone in wp-includes/functions.php?](https://wordpress.org/support/topic/unknown-or-bad-timezone-in-wp-includes-functions-php/)
 *  [speda1](https://wordpress.org/support/users/speda1/)
 * (@speda1)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/unknown-or-bad-timezone-in-wp-includes-functions-php/#post-10729571)
 * Looks like an issue with the theme.
 * Can you post line 413 from this theme file?
    /var/www/aspen/public/content/themes/
   aspen_institute/lib/aspen/aspen-library-date.php
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [VirtualHosts for WordPress Multisite Network – Subdir Alias isn’t working](https://wordpress.org/support/topic/virtualhosts-for-wordpress-multisite-network-alias-arent-working-apache/)
 *  [speda1](https://wordpress.org/support/users/speda1/)
 * (@speda1)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/virtualhosts-for-wordpress-multisite-network-alias-arent-working-apache/#post-10729529)
 * It could definitely be your webroot’s .htaccess file.
 * Also, check for allow,deny or require statements in any other Apache config files.
 * mod_security also could be the cause.
 * Check the http error logs, there may be more information there.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [VirtualHosts for WordPress Multisite Network – Subdir Alias isn’t working](https://wordpress.org/support/topic/virtualhosts-for-wordpress-multisite-network-alias-arent-working-apache/)
 *  [speda1](https://wordpress.org/support/users/speda1/)
 * (@speda1)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/virtualhosts-for-wordpress-multisite-network-alias-arent-working-apache/#post-10726507)
 * Have you restarted httpd after editing the virtual host configuration?
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [VirtualHosts for WordPress Multisite Network – Subdir Alias isn’t working](https://wordpress.org/support/topic/virtualhosts-for-wordpress-multisite-network-alias-arent-working-apache/)
 *  [speda1](https://wordpress.org/support/users/speda1/)
 * (@speda1)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/virtualhosts-for-wordpress-multisite-network-alias-arent-working-apache/#post-10726380)
 * I’d remove the security lines so that you can access the site publicly.
 * <Directory “${SRVROOT}/htdocs/wordpress”>
    AllowOverride All Options Indexes 
   FollowSymLinks </Directory>
 * You may not need Apache Indexes, but FollowSymLinks is nearly always useful, 
   performance-wise, in order to prevent unnecessary lstat ownership calls.

Viewing 6 replies - 1 through 6 (of 6 total)