Skip to content

Commit 2774199

Browse files
committed
clean URLs not limited to Apache
1 parent 37bd574 commit 2774199

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

faqs/clean-urls-do-not-work.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ description: These and similar problems happen when you use 'clean' URL mode on
88

99
# FAQ: Clean URLs don't work
1010

11-
This is usually an Apache web server issue.
11+
This is usually a web server configuration issue.
1212

13-
These and similar problems happen when you use an **Article URL pattern**, as set in the Site section of the Preferences panel, as anything other than '?=messy’ on a web server that does not support `mod_rewrite` rules in the *.htaccess* file, or requires additional configuration in order to work. The *.htaccess* file supplied with Textpattern is designed to work on most Apache servers, but there is no universal solution.
13+
These and similar problems happen when you use an **Article URL pattern**, as set in the Site section of the Preferences panel, as anything other than '?=messy’ on a web server that does not support rewriting of URLs. For Apache, this is typically `mod_rewrite`. The *.htaccess* file supplied with Textpattern is designed to work on most Apache servers, but there is no universal solution.
1414

1515
The Textpattern [Diagnostics](/administration/diagnostics-panel) panel will attempt to warn you if it can determine that clean URLs are not supported on your system. However, it doesn't detect all incompatible servers. The absence of a warning does *not* mean that your server supports clean URLs.
1616

0 commit comments

Comments
 (0)