@extends('admin.layouts.master-soyuz') @section('title',__('Remove Public & FORCE HTTPS Setting | ')) @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Remove Public & FORCE HTTPS Setting') }} @endslot @slot('menu2') {{ __("Remove Public") }} @endslot ​ @endcomponent
@if ($errors->any()) @endif
{{ __('Remove Public & FORCE HTTPS Setting') }}
@csrf
{{ __('Important Note :') }}
  • {{ __('Enable FORCE https only if VALID SSL already configured else you can set serious errors !') }}
@csrf
{{ __('Important Note :') }}
  • {{__("Remove public only works if script is on valid subdomain and on main domain !")}}
  • {{__("If above requirment is satisfied and you're getting 500 Internal server error then your a2nMod headers are not enabled or root have 2 htaccess files !")}}
  • {{__("IN Case of a2nmod headers not enabled on your server kindly contact your hosting provider only !")}}
@endsection