特殊:Badtitle/NS100:Apache/EnablingModRewrite:修订间差异

来自Ubuntu中文
跳到导航跳到搜索
Wikibot留言 | 贡献
新页面: {{From|https://help.ubuntu.com/community/Apache/EnablingModRewrite}} {{Languages|UbuntuHelp:Apache/EnablingModRewrite}} <code><nowiki>mod_rewrite</nowiki></code> was not enabled, by defau...
 
Wikibot留言 | 贡献
无编辑摘要
第1行: 第1行:
{{From|https://help.ubuntu.com/community/Apache/EnablingModRewrite}}
{{From|https://help.ubuntu.com/community/Apache/EnablingModRewrite}}
{{Languages|UbuntuHelp:Apache/EnablingModRewrite}}
{{Languages|UbuntuHelp:Apache/EnablingModRewrite}}
<code><nowiki>mod_rewrite</nowiki></code> was not enabled, by default, on my Apache installation.  I am on Ubuntu 7.10 (which is in development, at present).  To enable it, I simply issued the following commands:
<pre><nowiki>mod_rewrite</nowiki></pre> was not enabled, by default, on my Apache installation.  I am on Ubuntu 7.10 (which is in development, at present).  To enable it, I simply issued the following commands:
<pre><nowiki>
<pre><nowiki>
cd /etc/apache2/mods-enabled
cd /etc/apache2/mods-enabled

2007年12月6日 (四) 10:03的版本

{{#ifexist: :Apache/EnablingModRewrite/zh | | {{#ifexist: Apache/EnablingModRewrite/zh | | {{#ifeq: {{#titleparts:Apache/EnablingModRewrite|1|-1|}} | zh | | }} }} }} {{#ifeq: {{#titleparts:Apache/EnablingModRewrite|1|-1|}} | zh | | }}

mod_rewrite

was not enabled, by default, on my Apache installation. I am on Ubuntu 7.10 (which is in development, at present). To enable it, I simply issued the following commands:

cd /etc/apache2/mods-enabled
sudo ln -s ../mods-available/rewrite.load ./