Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kunal Marwaha
website
Commits
edd61668
Commit
edd61668
authored
9 years ago
by
Anton Akhmerov
Browse files
Options
Downloads
Patches
Plain Diff
remove final remainders of the old website
parent
fd452c13
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
content/.gitignore
+0
-1
0 additions, 1 deletion
content/.gitignore
content/.htaccess
+0
-33
0 additions, 33 deletions
content/.htaccess
with
0 additions
and
34 deletions
content/.gitignore
deleted
100644 → 0
+
0
−
1
View file @
fd452c13
*.html
This diff is collapsed.
Click to expand it.
content/.htaccess
deleted
100644 → 0
+
0
−
33
View file @
fd452c13
<
IfModule
mod_mime.c
>
AddType
image/svg+xml svg svgz
AddEncoding
gzip svgz
</
IfModule
>
# Do not treat Python files as CGI scripts.
<
FilesMatch
\.py$
>
SetHandler
default-handler
</
FilesMatch
>
RewriteEngine
on
# We don't need more than that.
RewriteOptions
MaxRedirects=2
# Redirect /foo/index.html to /foo/
RewriteRule
^(|.*/)index\.html$ /$1 [R=301,L]
# Redirect /foo/bar.html to /foo/bar only if a html file was requested by the
# browser. Without the condition the following rewrite rule leads to a
# redirection loop.
RewriteCond
%{THE_REQUEST} ^[A-Z]{3,9}\ /.*\.html\ HTTP/
RewriteRule
^(.*)\.html$ /$1 [R=301,L]
# Rewrite /foo/bar to /foo/bar.html if the latter exists.
RewriteCond
%{REQUEST_FILENAME}.html -f
RewriteRule
^(.*[^/])$ /$1.html [L]
# Remove trailing slash if the requested directory does not exist.
RewriteCond
%{REQUEST_FILENAME} !-d
RewriteRule
^(.*)/$ /$1 [R=301,L]
Redirect
302 /2015-survey/ https://docs.google.com/forms/d/1j0LiFdZLjvfwoEyg5FML6z3sFKqV3Ar1mWReonYhatA/viewform
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment