Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
3dd24d0b
Commit
3dd24d0b
authored
May 22, 2017
by
Carsten Rose
Browse files
Update README.md
parent
1b29c6ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
3dd24d0b
...
...
@@ -20,17 +20,18 @@ See: https://w3.math.uzh.ch/qfq/
Documentation
-------------
See the documentation provided with the exentions inside Typo3
a)
See the documentation provided with the exentions inside Typo3
<your
Typo3
installation
>
/typo3conf/ext/qfq/Documentation/html/Index.html
If you get a 'Page forbidden / not found' there might be some Webserver restrictions. E.g. the Typo3 example of
`.htaccess`
in the Typo3 installation folder will forbid access to any extension documentation (which is a good idea on a productive
server). For a development server instead, activate the documentation.
`.htaccess`
:
::
server). For a development server instead, activate the documentation.
`.htaccess`
:
<pre>
production: RewriteRule (?:typo3conf/ext|typo3/sysext|typo3/ext)/[^/]+/(?:Configuration|Resources/Private|Tests?|Documentation|docs?)/ - [F]
development: RewriteRule (?:typo3conf/ext|typo3/sysext|typo3/ext)/[^/]+/(?:Configuration|Resources/Private|Tests?|docs?)/ - [F]
</pre>
Or the l
atest stable version under https://docs.typo3.org/typo3cms/drafts/github/T3DocumentationStarter/Public-Info-053/Index.html
b) L
atest stable version under https://docs.typo3.org/typo3cms/drafts/github/T3DocumentationStarter/Public-Info-053/Index.html
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment