Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/joomla/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
当我在Joomla中创建一篇新文章时,我如何删除/“约姆拉”;从URL?_Url_Joomla_Categories_Joomla Article - Fatal编程技术网

当我在Joomla中创建一篇新文章时,我如何删除/“约姆拉”;从URL?

当我在Joomla中创建一篇新文章时,我如何删除/“约姆拉”;从URL?,url,joomla,categories,joomla-article,Url,Joomla,Categories,Joomla Article,当我在https://www.example.com新文章以https://www.example.com/joomla/1-category/1-article-number 我该怎么做才能让Joomla删除“/Joomla”以及类别和文章编号?这实际上是从你放置文章的类别的顶层开始的,只需将其更改为任何内容,你就可以了这是由于菜单或类别别名造成的,例如,你在菜单项中有一篇文章 > Joomla > Category 1 > Article 您可以将其设置为顶级(父级),使

当我在
https://www.example.com
新文章以
https://www.example.com/joomla/1-category/1-article-number


我该怎么做才能让Joomla删除“/Joomla”以及类别和文章编号?

这实际上是从你放置文章的类别的顶层开始的,只需将其更改为任何内容,你就可以了

这是由于菜单或类别别名造成的,例如,你在菜单项中有一篇文章

> Joomla > Category 1 > Article
您可以将其设置为顶级(父级),使其成为


以下是如何删除它。Bitnami有一个工具,假设您已经更改了apache服务器上的.htaccess文件

远程服务器上的sudo命令是:


$sudo/opt/bitnami/apps/joomla/updateip--appurl/

我不想完全删除类别和文章名。我只想删除/joomla以及类别和文章名称前面的数字。我想保留类别,因为我在网站上有另一个按类别进行搜索的页面。您已经尝试了什么?如果你展示你已经采取的步骤,更多的人将能够帮助你。请查看如何询问。除非您位于子文件夹或其他位置,否则您的url中通常不应包含joomla。总是使用Joomla这个词不是一个正常的结构。我已经尝试在全局配置中启用SEF选项,并在Apache中编辑.htaccess文件。当我将目录更改为/htdocs文件夹时,会出现404个错误。