First add a file name .htaccess
After that add this code
Refresh your Project without /public
Visit here to get the file: https://drive.google.com/open?id=1rkAYoaXBC6JSJM6PCApx2FnqkfxHF9EQ
After that add this code
<IfModule mod_rewrite.c> <IfModule mod_negotiation.c> Options -MultiViews -Indexes </IfModule> RewriteEngine On RewriteCond %{REQUEST_FILENAME} -d [OR] RewriteCond %{REQUEST_FILENAME} -f RewriteRule ^ ^$1 [N] RewriteCond %{REQUEST_URI} (\.\w+$) [NC] RewriteRule ^(.*)$ public/$1 RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ server.php</IfModule>
Refresh your Project without /public
Visit here to get the file: https://drive.google.com/open?id=1rkAYoaXBC6JSJM6PCApx2FnqkfxHF9EQ
1 Comments:
Python for beginners
Installing Python
python interpreter or compiler
Python basic syntax
Variables in Python
How to take input in Python
Python string to number
Post a Comment