symfony2安装说明请帮忙

发布于 2024-12-26 12:44:12 字数 1550 浏览 0 评论 0原文

文档根:

root@helloise:/var/www/symfony2# ls -lah
total 8.0K
drwxr-xr-x 2 root root 4.0K 2012-01-11 10:04 .
drwxr-xr-x 6 root root 4.0K 2012-01-11 09:52 ..
lrwxrwxrwx 1 root root   36 2012-01-11 10:04 web -> /home/helloises/symfony2/Symfony/web
root@helloise:/var/www/symfony2# 

和:

helloises@helloise:~/symfony2/Symfony$ ls -lah
total 48K
drwxr-xr-x  7 helloises helloises 4.0K 2012-01-11 11:09 .
drwxr-xr-x  3 helloises helloises 4.0K 2012-01-11 10:01 ..
drwxr-xr-x  2 helloises helloises 4.0K 2012-01-06 08:56 app
drwxr-xr-x  2 helloises helloises 4.0K 2012-01-06 08:56 bin
-rw-r--r--  1 helloises helloises 1.6K 2012-01-06 08:56 deps
-rw-r--r--  1 helloises helloises  830 2012-01-06 08:56 deps.lock
-rw-r--r--  1 helloises helloises 1.1K 2012-01-06 08:56 LICENSE
-rw-r--r--  1 helloises helloises 6.3K 2012-01-06 08:56 README.md
drwxr-xr-x  2 helloises helloises 4.0K 2012-01-06 08:57 src
drwxr-xr-x 13 helloises helloises 4.0K 2012-01-11 10:01 vendor
drwxr-xr-x  3 helloises helloises 4.0K 2012-01-11 11:13 web

/etc/apache2/httpd.conf:

<VirtualHost *:80>
DocumentRoot "/home/helloises/symfony2/Symfony/web"
DirectoryIndex index.php
<Directory "/home/helloises/symfony2/Symfony/web">
  AllowOverride All
  Allow from All
</Directory>

Alias /sf /home/helloises/symfony2/Symfony/...
<Directory "/home/helloises/symfony2/Symfony/....">
  AllowOverride All
  Allow from All
</Directory>
</VirtualHost>

谢谢

doc root:

root@helloise:/var/www/symfony2# ls -lah
total 8.0K
drwxr-xr-x 2 root root 4.0K 2012-01-11 10:04 .
drwxr-xr-x 6 root root 4.0K 2012-01-11 09:52 ..
lrwxrwxrwx 1 root root   36 2012-01-11 10:04 web -> /home/helloises/symfony2/Symfony/web
root@helloise:/var/www/symfony2# 

AND:

helloises@helloise:~/symfony2/Symfony$ ls -lah
total 48K
drwxr-xr-x  7 helloises helloises 4.0K 2012-01-11 11:09 .
drwxr-xr-x  3 helloises helloises 4.0K 2012-01-11 10:01 ..
drwxr-xr-x  2 helloises helloises 4.0K 2012-01-06 08:56 app
drwxr-xr-x  2 helloises helloises 4.0K 2012-01-06 08:56 bin
-rw-r--r--  1 helloises helloises 1.6K 2012-01-06 08:56 deps
-rw-r--r--  1 helloises helloises  830 2012-01-06 08:56 deps.lock
-rw-r--r--  1 helloises helloises 1.1K 2012-01-06 08:56 LICENSE
-rw-r--r--  1 helloises helloises 6.3K 2012-01-06 08:56 README.md
drwxr-xr-x  2 helloises helloises 4.0K 2012-01-06 08:57 src
drwxr-xr-x 13 helloises helloises 4.0K 2012-01-11 10:01 vendor
drwxr-xr-x  3 helloises helloises 4.0K 2012-01-11 11:13 web

/etc/apache2/httpd.conf:

<VirtualHost *:80>
DocumentRoot "/home/helloises/symfony2/Symfony/web"
DirectoryIndex index.php
<Directory "/home/helloises/symfony2/Symfony/web">
  AllowOverride All
  Allow from All
</Directory>

Alias /sf /home/helloises/symfony2/Symfony/...
<Directory "/home/helloises/symfony2/Symfony/....">
  AllowOverride All
  Allow from All
</Directory>
</VirtualHost>

thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

满栀 2025-01-02 12:44:12

配置您的 HTTPD。 Apache 示例: DocumentRoot "/opt/webapps/Symfony/web

将其放在任何位置并将 /Symfony/web 符号链接到 /your/www/path/something

Configure your HTTPD. Apache example: DocumentRoot "/opt/webapps/Symfony/web

Or

Put it anywhere and symlink /Symfony/web to /your/www/path/something

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文