Panduan deploy framework Laravel di cPanel dengan berbagai macam ekosistemnya.
npm run build
https://namadomain.com/public. Silahkan tambahkan file .htaccess pada root folder Laravel dengan kode berikut ini.RewriteEngine on
RewriteCond %{REQUEST_URI} !^public
RewriteRule ^(.*)$ public/$1 [L]
RewriteEngine on
RewriteCond %{REQUEST_URI} !^public
RewriteRule ^(.*)$ public/$1 [L]
npm run build
https://namadomain.com/public. Silahkan tambahkan file .htaccess pada root folder Laravel dengan kode berikut ini.RewriteEngine on
RewriteCond %{REQUEST_URI} !^public
RewriteRule ^(.*)$ public/$1 [L]
RewriteEngine on
RewriteCond %{REQUEST_URI} !^public
RewriteRule ^(.*)$ public/$1 [L]
/resources/js/* dan /public/build/assets/*npm run build
https://namadomain.com/public. Silahkan tambahkan file .htaccess pada root folder Laravel dengan kode berikut ini.RewriteEngine on
RewriteCond %{REQUEST_URI} !^public
RewriteRule ^(.*)$ public/$1 [L]
RewriteEngine on
RewriteCond %{REQUEST_URI} !^public
RewriteRule ^(.*)$ public/$1 [L]
/resources/js/* dan /public/build/assets/*Panduan deploy framework Codeigniter di cPanel.
<IfModule mime_module>
AddHandler application/x-httpd-alt-php74 .php .php7 .phtml
</IfModule>
composer create-project codeigniter4/appstarter project-root
https://namadomain.com/public. Silahkan tambahkan file .htaccess pada root folder Laravel dengan kode berikut ini.RewriteEngine on
RewriteCond %{REQUEST_URI} !^public
RewriteRule ^(.*)$ public/$1 [L]
Panduan deploy framework React.js (Next.js) di cPanel.