FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
textpattern/.htaccess at dev · textpattern/textpattern · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
textpattern
/
textpattern
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
110
Star
881
Code
Issues
86
Pull requests
1
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
textpattern
/
.htaccess
Copy path
More file actions
More file actions
Latest commit
History
History
History
32 lines (22 loc) · 785 Bytes
Breadcrumbs
textpattern
/
.htaccess
Copy path
File metadata and controls
32 lines (22 loc) · 785 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# BEGIN Textpattern
#DirectoryIndex index.php index.html
<
IfModule
mod_rewrite.c
>
RewriteEngine
On
#Options +FollowSymlinks
#RewriteBase /relative/web/path/
RewriteCond
%{REQUEST_FILENAME}
-f
[OR]
RewriteCond
%{REQUEST_FILENAME}
-d
RewriteRule
^(.+)
-
[PT,L]
RewriteCond
%{REQUEST_URI}
!=/favicon.ico
RewriteRule
^(.*)
index.php
RewriteCond
%{HTTP:Authorization}
!^$
RewriteRule
.*
-
[E=REMOTE_USER:%{
HTTP:Authorization
}]
</
IfModule
>
<
IfModule
mod_mime.c
>
AddType
image/svg+xml
svg svgz
AddEncoding
gzip svgz
</
IfModule
>
# For .htaccess configuration settings and explanations, please refer to:
# https://github.com/h5bp/server-configs-apache/blob/main/dist/.htaccess
# https://httpd.apache.org/docs/
# END Textpattern
Back
|
FazBrowse Home
|
New Git URL