head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2026.07.31.01.31.23;	author wen;	state Exp;
branches;
next	;
commitid	GeWAHZTZezNQfKPG;


desc
@@


1.1
log
@Import typo3-14.3.5 as www/typo3-14.

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.conf,v 1.1 2025/02/05 12:50:49 wen Exp $
#
# 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>
@
