Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Forum
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
lukas.novy
Forum
Commits
3655307c
Commit
3655307c
authored
1 year ago
by
Lukas Novy
Browse files
Options
Downloads
Patches
Plain Diff
Podpora pro chybejici strankovani v SEO odkazech
parent
855e758c
No related branches found
No related tags found
No related merge requests found
Pipeline
#15913
passed
1 year ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
phpbb-htaccess.conf
+2
-2
2 additions, 2 deletions
phpbb-htaccess.conf
with
2 additions
and
2 deletions
phpbb-htaccess.conf
+
2
−
2
View file @
3655307c
...
@@ -82,9 +82,9 @@
...
@@ -82,9 +82,9 @@
# FORUM ALL MODES
# FORUM ALL MODES
RewriteRule
^(
forum
|[
a
-
z0
-
9
_
-]*-
f
)([
0
-
9
]+)/?(
page
([
0
-
9
]+)\.
html
)?$ /
viewforum
.
php
?
f
=$
2
&
start
=$
4
[
QSA
,
L
,
NC
,
R
=
302
]
RewriteRule
^(
forum
|[
a
-
z0
-
9
_
-]*-
f
)([
0
-
9
]+)/?(
page
([
0
-
9
]+)\.
html
)?$ /
viewforum
.
php
?
f
=$
2
&
start
=$
4
[
QSA
,
L
,
NC
,
R
=
302
]
# TOPIC WITH VIRTUAL FOLDER ALL MODES
# TOPIC WITH VIRTUAL FOLDER ALL MODES
RewriteRule
^(
forum
|[
a
-
z0
-
9
_
-]*-
f
)([
0
-
9
]+)/(
topic
|[
a
-
z0
-
9
_
-]*-
t
)([
0
-
9
]+)(-([
0
-
9
]+))?\.
html
$ /
viewtopic
.
php
?
f
=$
2
&
t
=$
4
&
start
=$
6
[
QSA
,
L
,
NC
,
R
=
302
]
RewriteRule
^(
forum
|[
a
-
z0
-
9
_
-]*-
f
)([
0
-
9
]+)/(
topic
|[
a
-
z0
-
9
_
-]*-
t
)([
0
-
9
]+)(-
s
?
([
0
-
9
]+))?\.
html
$ /
viewtopic
.
php
?
f
=$
2
&
t
=$
4
&
start
=$
6
[
QSA
,
L
,
NC
,
R
=
302
]
# GLOBAL ANNOUNCES WITH VIRTUAL FOLDER ALL MODES
# GLOBAL ANNOUNCES WITH VIRTUAL FOLDER ALL MODES
RewriteRule
^
announces
/(
topic
|[
a
-
z0
-
9
_
-]*-
t
)([
0
-
9
]+)(-([
0
-
9
]+))?\.
html
$ /
viewtopic
.
php
?
t
=$
2
&
start
=$
4
[
QSA
,
L
,
NC
,
R
=
302
]
RewriteRule
^
announces
/(
topic
|[
a
-
z0
-
9
_
-]*-
t
)([
0
-
9
]+)(-
s
?
([
0
-
9
]+))?\.
html
$ /
viewtopic
.
php
?
t
=$
2
&
start
=$
4
[
QSA
,
L
,
NC
,
R
=
302
]
# PHPBB FILES ALL MODES
# PHPBB FILES ALL MODES
RewriteRule
^
resources
/[
a
-
z0
-
9
_
-]+/(
thumb
/)?([
0
-
9
]+)$ /
download
/
file
.
php
?
id
=$
2
&
t
=$
1
[
QSA
,
L
,
NC
,
R
=
302
]
RewriteRule
^
resources
/[
a
-
z0
-
9
_
-]+/(
thumb
/)?([
0
-
9
]+)$ /
download
/
file
.
php
?
id
=$
2
&
t
=$
1
[
QSA
,
L
,
NC
,
R
=
302
]
# POST
# POST
...
...
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