UVdesk

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

    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
    • 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
    • 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
    • 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
    • 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