{
"event": "PreToolUse",
"tool_name": "Read",
"tool_input": {
"file_path": "\/var\/www\/dev.campus.systemische-tools.de\/public\/.htaccess"
}
}
{
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/public\/.htaccess",
"content": "RewriteEngine On\nRewriteBase \/\n\n# Existierende Dateien\/Verzeichnisse ignorieren\nRewriteCond %{REQUEST_FILENAME} !-f\nRewriteCond %{REQUEST_FILENAME} !-d\n\n# Alles andere an index.php weiterleiten\nRewriteRule ^(.*)$ index.php [QSA,L]\n",
"numLines": 10,
"startLine": 1,
"totalLines": 10
}
}
}