FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
textpattern/.htaccess at dev · wrightrocket/textpattern · GitHub
wrightrocket
/
textpattern
Public
forked from
textpattern/textpattern
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
textpattern
/
.htaccess
Copy path
More file actions
More file actions
Latest commit
History
History
History
33 lines (23 loc) · 875 Bytes
Breadcrumbs
textpattern
/
.htaccess
Copy path
File metadata and controls
33 lines (23 loc) · 875 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
33
# BEGIN Textpattern
#DirectoryIndex index.php index.html
<
IfModule
mod_rewrite.c
>
RewriteEngine
On
# Enable the `FollowSymLinks` option below if it isn't already.
#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 additional Apache-compatible web server configuration settings to enhance
# site performance and security, we recommend:
# https://github.com/h5bp/server-configs-apache/blob/master/dist/.htaccess
# END Textpattern
Back
|
FazBrowse Home
|
New Git URL