🔴 January 2024 Alert: Forum support inactive!
New forum registration are currently closed.
Use GitHub discussions
.
  • Recent
  • Dark Theme
  • Login

UVdesk

  • Dark Theme
  • Login
  • Search
  • Recent
  1. Home
  2. gopiraju.p
G
  • Profile
  • Following 0
  • Followers 0
  • Topics 1
  • Posts 5
  • Best 0
  • Controversial 0
  • Groups 0

gopiraju.p

@gopiraju.p

0
Reputation
2
Profile views
5
Posts
0
Followers
0
Following
Joined 20 Feb 2022, 15:46 Last Online 22 Feb 2022, 04:58

gopiraju.p Unfollow Follow

Latest posts made by gopiraju.p

  • RE: When installing UVdesk public folder unable to open in browser

    @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

    posted in Technical Help
    G
    gopiraju.p
    22 Feb 2022, 04:58
  • RE: When installing UVdesk public folder unable to open in browser

    <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

    posted in Technical Help
    G
    gopiraju.p
    21 Feb 2022, 18:33
  • RE: When installing UVdesk public folder unable to open in browser

    uvdesk-error-02.png

    Hi team still facing same issue please sort it our ASAP

    posted in Technical Help
    G
    gopiraju.p
    21 Feb 2022, 18:12
  • RE: When installing UVdesk public folder unable to open in browser

    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

    posted in Technical Help
    G
    gopiraju.p
    21 Feb 2022, 17:31
  • When installing UVdesk public folder unable to open in browser

    UVdesk error.png

    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>

    posted in Technical Help
    G
    gopiraju.p
    20 Feb 2022, 15:53