@extends('user.layouts.index', ['header' => true, 'nav' => true, 'demo' => true, 'settings' => $settings]) {{-- Custom CSS --}} @section('css') @endsection @section('content')

1. {{ __('Setting Up Cloudflare DNS Records') }}

{{ __('Log In to Cloudflare')}}

{{ __('Select Your Domain')}}

  • {{ __('From the dashboard, select the domain you want to configure.')}}

{{ __('Add DNS Records')}}

  • {{ __('Go to the')}} {{ __('DNS')}} {{ __('tab and click')}} {{ __('Add Record')}} {{ __('to add the necessary DNS entries.')}}
{{-- Table --}}
{{ __('Type')}} {{ __('Name')}} {{ __('IPv4 address / Target')}} {{ __('Proxy status')}} {{ __('TTL')}}
A @ (for root domain) Enter your server’s IP address Enable (orange cloud icon) Auto
CNAME www {{ str_replace(['http://', 'https://', 'www.'], '', config('app.url')) }} Disabled (gray cloud icon) Auto
  • {{ __('Save each record after entering the details.')}}
{{-- DNS Records Modal Button --}}
{{ __('Example DNS Records:')}}
{{-- Example image Modal --}}

2. {{ __('Creating Page Rules')}}

{{ __('Navigate to Page Rules')}}

  • {{ __('Go to the')}} {{ __('Page Rules')}} {{ __('tab on your domain\'s dashboard.')}}

{{ __('Add a New Page Rule')}}

  • {{ __('Click')}} {{ __('Create Page Rule')}} {{ __('and configure rules as needed.')}}
{{-- Page Rules Modal Button --}}
{{ __('Example Page Rules:')}}
{{-- Example image Modal --}}

{{ __('Example Page Rule Configurations:')}}

{{-- Table --}}
{{ __('URL')}} {{ __('Setting')}} {{ __('Select')}} {{ __('Destination URL')}}
{{ __('example.com')}} {{ __('Forwarding URL')}} {{ __('301 Permanent Redirect')}} {{ __('https://www.example.com')}}
{{-- Redirect Modal Button --}}
{{ __('Example Redirect:')}}
{{-- Example image Modal --}}

{{ __('Always Use HTTPS')}}

{{-- Table --}}
{{ __('URL')}} {{ __('Setting')}}
*example.com/* {{ __('Always Use HTTPS')}}

{{ __('Click')}} {{ __('Save and Deploy')}} {{ __('to activate the rule.')}}

@include('user.includes.footer')
@endsection