@peopleinside remaining all things are fine y it's not going to public folder
I'm using WAMP Server all are fine
please check once In your local
Thanks in Advance
@peopleinside remaining all things are fine y it's not going to public folder
I'm using WAMP Server all are fine
please check once In your local
Thanks in Advance
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.)$ ./index.php/$1 [QSA,L]
RewriteCond %{HTTP:Authorization} ^(.)
RewriteRule .* - [e=HTTP_AUTHORIZATION:%1]
</IfModule>
This is my html code
Hi team still facing same issue please sort it our ASAP
Thaks alot for your immediate responding
my query is y it not working on different ports because of I have three bitnami services in my local at one single server
we are trying to install Uvdesk it is structuring at public folders throwing " This site can"t be reached an error. Please solve asap
-------------------------------------------------------------------------This is my .htaccess file code
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.)$ ./index.php/$1 [QSA,L]
RewriteCond %{HTTP:Authorization} ^(.)
RewriteRule .* - [e=HTTP_AUTHORIZATION:%1]
</IfModule>