head	1.1;
access;
symbols
	pkgsrc-2026Q1:1.1.0.10
	pkgsrc-2026Q1-base:1.1
	pkgsrc-2025Q4:1.1.0.8
	pkgsrc-2025Q4-base:1.1
	pkgsrc-2025Q3:1.1.0.6
	pkgsrc-2025Q3-base:1.1
	pkgsrc-2025Q2:1.1.0.4
	pkgsrc-2025Q2-base:1.1
	pkgsrc-2025Q1:1.1.0.2
	pkgsrc-2025Q1-base:1.1;
locks; strict;
comment	@# @;


1.1
date	2025.02.05.12.50.49;	author wen;	state Exp;
branches;
next	;
commitid	sa8sAD4HymUNohIF;


desc
@@


1.1
log
@Import typo3-13.4.4 as www/typo3-13

TYPO3 is a powerful, open-source CMS backed by a vibrant
professional community and commercial ecosystem. Use TYPO3
to gain a competitive edge in today's digital landscape
and connect to your customers with the richest digital
experiences.
@
text
@# $NetBSD$
#
# Typo3 configuration file fragment for Apache

#
# Apache/PHP/Typo3 settings:
#

<IfModule mod_alias.c>
	Alias /typo3/ "@@PREFIX@@/@@TYPO3DIR@@/"
</IfModule>

<Directory "@@PREFIX@@/@@TYPO3DIR@@">
  AllowOverride All
  Order allow,deny
  Require all granted
</Directory>
@
