Can you explain how to achieve what you mean?
I'm uploading now, since it didn't work on localhost.
it important to hosting or what ??
And If you have public_html folder instead of public then replace the line public with public_htmlHere is a solution for people who are facing public directory issue.
Create a .htaccess file in your root directory with the following code
RewriteEngine on
RewriteBase /
# Rewrites all URLS without blog in them
RewriteCond %{REQUEST_URI} !^/public/
# Rewrites all URLS [Replace "example" with the actual domain, without the TLD (.com, .net, .biz, etc)]
RewriteCond %{HTTP_HOST} ^(www\.)?yourdomain\.
# Rewrite all those to insert /folder
RewriteRule ^(.*)$ /public/$1 [L]
here yourdomain = write only your domain name (Don't use domain extensions like domain.com or domain .net )
Thanks
on new update even you do that.. still recreate public_html when you upload or change images logo etc.. so to work just follow my guide no need to use .htaccess on rootAnd If you have public_html folder instead of public then replace the line public with public_html
Not working on sub domainon new update even you do that.. still recreate public_html when you upload or change images logo etc.. so to work just follow my guide no need to use .htaccess on root
- just download the file
- Extract on your desktop
- Zip all files on WebFlix Folder
- Upload on your hosting
- Extract on root not on public_html
- Then config the database on app/config/parameter.yml
- Restored Database.sql
Another tips because on first release i encounter that disk got large fast because of cache. on me in few hours got 75GB+ because of cache. so to prevent that
go to folder
App/Config/config_dev.yml
Edit line 8, 11, 12
Change the false to true
only_exceptions: true
toolbar: true
intercept_redirects: true
here is my test demo : https://tagdrama.co/
Check exactly upload on root.
![]()
yes because subdomain not use "public_html"Not working on sub domain
Oh I understand. My provided code working for subdomainyes because subdomain not use "public_html"
work well tooUPDATE 1.1 (POSTED 14 OCT 2020 )
* Login system with mobile app issue fixed
* Manual Subscription from mobile app issue fixed
* Manual Subscription issue fixed
* m3u8 issue fixed
* connect app with webflix issue fixed
* Other bugs fixed
@Tomz