how to move https://lala.com/public become https://lala.com

cranzi

Active member
Nov 18, 2019
283
66
28
Code:
<IfModule mod_rewrite.c>
    Options +FollowSymlinks
    RewriteEngine On

    # Explicitly disable rewriting for front controllers
    RewriteRule ^index.php - [L]
    RewriteRule ^index.php - [L]

    RewriteCond %{REQUEST_FILENAME} !-f

    # Change below before deploying to production
    #RewriteRule ^(.*)$ index.php [QSA,L]
    RewriteRule ^(.*)$ index.php [QSA,L]
</IfModule>

how
 

cranzi

Active member
Nov 18, 2019
283
66
28
sorry, but my domain is installed in public_html. I can't put it in a new folder right? inside weblix there is a folder called public_html too. This is what makes me confused, and index.php is in that folder, that's what causes my website to work when using https://godownload.xyz/public_html
 

cranzi

Active member
Nov 18, 2019
283
66
28
finally I understand what you mean, in my opinion the steps you gave are mixed. where the order of no.6 becomes no.5 and no.5 becomes no.6, because there is a folder named public_html inside. one might guess that what was deleted was public_html in the weblix folder.
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu