
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /nebula/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /nebula/index.php [L]
</IfModule>

# END WordPress
# Set PHP handler to application/x-httpd-php54 on Wed Nov  4 22:34:16 MST 2015.
AddHandler application/x-httpd-php54 .php
