01-13-2023, 03:18 PM
(This post was last modified: 01-13-2023, 03:21 PM by hotstryker.)
Hello,
I am trying to test out helpdeskz. However, I am unable to install it. I'm running into an issue that seems several here have had, but posted solutions are not working for me.  I am working on a Dreamhost VPS.
Here's all I've done so far...
First, I double verified that all required dependencies were loaded by checking my phpinfo.php file.
Using the .htaccess that came with the downloaded zip, when I point my browser to https://www.mysite.com/support/install, I get the message "No input file specified."
If I point my browser to https://www.mysite.com/support/index.php/install like others have tried, I do get the start of the install script.
OK, so steps taken to troubleshoot.
1) used .htaccess from github that had been posted. Looked the same as what came in my zip, but tried it any ways.Â
results: same as with original file.
2) someone had posted to use:
so I created a new .htaccess with only those 4 lines in it.
result: same as above again.
3) finally just to make sure my mod_rewrite was in fact working (Dreamhost claimed it was on), I created a new .htaccess with only:
result: successfully redirected to duckduckgo.com so I know the mod_rewrite is working on my server.
So, now I don't know where else to look or what to do.
Suggestions?
I am trying to test out helpdeskz. However, I am unable to install it. I'm running into an issue that seems several here have had, but posted solutions are not working for me.  I am working on a Dreamhost VPS.
Here's all I've done so far...
First, I double verified that all required dependencies were loaded by checking my phpinfo.php file.
Using the .htaccess that came with the downloaded zip, when I point my browser to https://www.mysite.com/support/install, I get the message "No input file specified."
If I point my browser to https://www.mysite.com/support/index.php/install like others have tried, I do get the start of the install script.
OK, so steps taken to troubleshoot.
1) used .htaccess from github that had been posted. Looked the same as what came in my zip, but tried it any ways.Â
results: same as with original file.
2) someone had posted to use:
Code:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
so I created a new .htaccess with only those 4 lines in it.
result: same as above again.
3) finally just to make sure my mod_rewrite was in fact working (Dreamhost claimed it was on), I created a new .htaccess with only:
Code:
RewriteEngine On
RewriteRule (.*) https://www.duckduckgo.com/
result: successfully redirected to duckduckgo.com so I know the mod_rewrite is working on my server.
So, now I don't know where else to look or what to do.
Suggestions?