We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Environment: XAMPP on Win7 Install path: "D:_daten\apache\htdocs_projects\bcwa\syncdata"
As the route did not work, I added an echo to see what's in the var. Result was s\bcwa\syncdata\<whatever> instead of <whatever>.
echo
s\bcwa\syncdata\<whatever>
<whatever>
The text was updated successfully, but these errors were encountered:
SyncData expect to be installed in the root. In this case please adjust /sincdata/.htaccess :
/sincdata/.htaccess
RewriteBase /bcwa/syncdata
Sorry, something went wrong.
I already tried this, but it did not help.
RewriteBase /_projects/bcwa/syncdata
hertsch
No branches or pull requests
Environment: XAMPP on Win7
Install path: "D:_daten\apache\htdocs_projects\bcwa\syncdata"
As the route did not work, I added an
echo
to see what's in the var. Result wass\bcwa\syncdata\<whatever>
instead of<whatever>
.The text was updated successfully, but these errors were encountered: