清理 url 的 Drupal Gallery2

发布于 2024-08-29 14:27:57 字数 248 浏览 2 评论 0原文

我正在尝试在 Drupal 中配置 Gallery2 集成,但我陷入了步骤 4。

我必须输入 drupal 的 .htaccess 文件的两个路径。

公共路径(这是 Drupal .htaccess 文件相对于 Web 服务器文档根的位置。) 文件系统路径(这是 Drupal .htaccess 文件的绝对目录路径。)

但我不知道我必须把什么放在哪里?

我的网站位于 public_html/5.0,这是公共路径吗?

I'm trying to configure my Gallery2 integration in Drupal but i'm stuck at Step 4.

I have to put in two path's to drupal's .htaccess file.

The public path (This is the location of your Drupal .htaccess file relative to your webserver document root.)
Filesystem path (This is the absolute directory path of your Drupal .htaccess file.)

but i have no idea what i have to put where?

My site sits in public_html/5.0, is this the public path?

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

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

发布评论

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

评论(1

泪是无色的血 2024-09-05 14:27:57

来自手册:
“如果您不想/不需要嵌入式图库的短 URL,您也可以决定跳过此步骤。”

通常,drupal 的 .htaccess 位于解压“drupal....tar.gz”的位置。

尝试使用空字段或“.”。

对于绝对目录路径,输入文档根目录(public_html 或 public_html/5.0)并执行“pwd”命令。您将收到类似 /home/user1/public_html/5.0 的内容
这是你的绝对路径。

From manual:
"You may also decide to skip this step in case you dont want/need short URLs for your embedded gallery."

Usually .htaccess for drupal is located where you unpack "drupal....tar.gz".

Try an empty field or ".".

For absolute directory path enter the document root (public_html or public_html/5.0) and execute "pwd" command. You'll receive something like /home/user1/public_html/5.0
This is your absolute path.

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