PLOCAL DALLAS HYBRID CUTOVER MANIFEST STATUS: LOCAL ACCEPTANCE CONFIGURATION. PRODUCTION APPLICATION REQUIRES SEPARATE AUTHORIZATION AND VERIFIED SERVER PATHS. DATABASE DEPENDENCY - MySQL database: plocal_local in local development. - Tables/read projection: approved Phase 2B/2C schema and Dallas demo seed. - Application services: GetPublishedServiceMarket and GetPublishedBusinessProfile. - All active records are fictional demo data and must emit noindex,nofollow. ASSET CONTRACT - Public shared assets: repository-root /assets/. - Server-rendered integration CSS: /assets/css/pages/plocal-server-rendered.css. - Laravel Blade pages do not load fixture data registries or fixture renderers. - backend/public/assets may support direct Laravel development; production must explicitly map the shared /assets/ directory. ACTIVE LARAVEL ALLOWLIST 1. /texas/dallas/plumbing/ Non-slash: /texas/dallas/plumbing -> 308 trailing-slash redirect. Static fallback: texas/dallas/plumbing/index.html Canonical: https://www.plocal.com/texas/dallas/plumbing/ Controller: App\Http\Controllers\Public\ServiceMarketController View: resources/views/public/markets/show.blade.php 2. /pro/demo-aqualine-plumbing-dallas-tx/ Static fallback: pro/demo-aqualine-plumbing-dallas-tx/index.html 3. /pro/demo-blue-valve-plumbing-dallas-tx/ Static fallback: pro/demo-blue-valve-plumbing-dallas-tx/index.html 4. /pro/demo-clear-route-plumbing-dallas-tx/ Static fallback: pro/demo-clear-route-plumbing-dallas-tx/index.html 5. /pro/demo-copper-junction-plumbing-dallas-tx/ Static fallback: pro/demo-copper-junction-plumbing-dallas-tx/index.html 6. /pro/demo-plumbing-company-dallas-tx/ Static fallback: pro/demo-plumbing-company-dallas-tx/index.html 7. /pro/demo-north-grid-plumbing-dallas-tx/ Static fallback: pro/demo-north-grid-plumbing-dallas-tx/index.html For routes 2 through 7: - Non-slash form returns a 308 trailing-slash redirect and preserves the query string. - Canonical is https://www.plocal.com/pro/{canonical-business-slug}/ without Market context. - Controller is App\Http\Controllers\Public\BusinessProfileController. - View is resources/views/public/profiles/show.blade.php. ROUTE PRECEDENCE - Match these seven allowlisted paths before static directory/index resolution. - All other static files and routes remain under the existing static site. - Do not forward all three-segment paths or all /pro/ paths at the external server layer. ROLLBACK - Disable/remove only the seven external allowlist rules. - Keep /assets mapped to the root assets directory. - The preserved static index.html files immediately resume serving these paths. - Do not change MySQL, delete fallback files, or remove shared assets.