Hi there, this is small .htaccess docs, Thanks...
RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ /index.html?path=$1 [NC,L,QSA]
RewriteEngine On RewriteRule ^(.*)$ folder-name/$1 [L]
Hi there, this is small .htaccess docs, Thanks...
RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ /index.html?path=$1 [NC,L,QSA]
RewriteEngine On RewriteRule ^(.*)$ folder-name/$1 [L]