Back

Hawk

ย โ€ขย 

Medialย โ€ขย 5m

Also if you have a multi-page lovable landing page. You will need to create a .htaccess file to ensure the other pages load RewriteEngine On RewriteBase /test/ -> replace this with your subdirectory. RewriteRule ^index\.html$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /test/index.html [L] -> replace /test/ here with your subdirectory

Reply

Download the medial app to read full posts, comements and news.