ini Apache com path para目录comaplicaçãoraile passenger
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ini Apache com path para目录comaplicaçãoraile passenger相关的知识,希望对你有一定的参考价值。
<VirtualHost *:80>
ServerName ciclo.digital
ServerAlias www.ciclo.digital
# !!! Be sure to point DocumentRoot to 'public'!
DocumentRoot /var/www/ciclo.digital/public
<Directory /var/www/ciclo.digital/public>
# This relaxes Apache security settings.
AllowOverride all
# MultiViews must be turned off.
Options -MultiViews
# Uncomment this if you're on Apache >= 2.4:
#Require all granted
</Directory>
Alias /blog /var/www/blog
<Directory /var/www/blog>
PassengerEnabled off
# make the WordPress .htaccess file work
AllowOverride all
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
php Obtener path absoluto del theme para llamar资产
<?php bloginfo('template_directory'); ?>
以上是关于ini Apache com path para目录comaplicaçãoraile passenger的主要内容,如果未能解决你的问题,请参考以下文章