Skip to content
New issue

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

Home in wiki3 URL #184

Closed
rusefillc opened this issue Nov 16, 2021 · 4 comments
Closed

Home in wiki3 URL #184

rusefillc opened this issue Nov 16, 2021 · 4 comments

Comments

@rusefillc
Copy link
Contributor

rusefillc commented Nov 16, 2021

At the moment it's https://rusefi.com/docs/wiki/Home/

We need this to work as

https://rusefi.com/docs/wiki
https://rusefi.com/docs/wiki/

@rusefillc
Copy link
Contributor Author

@chuckwagoncomputing I've attempted

RewriteEngine on
RewriteRule   "^/docs/wiki/$"  "/docs/wiki/Home" [R]

and

RewriteEngine on
RewriteRule   "^/docs/wiki/$"  "/docs/wiki/Home"

both do not seem to change anything :(

@rusefillc
Copy link
Contributor Author

that's at /docs/wiki/.htaccess

@chuckwagoncomputing
Copy link
Member

Oh I think rules apply relative to the .htaccess file location. Try:

RewriteEngine on
RewriteRule   "^/$"  "/Home" [R]

@rusefillc
Copy link
Contributor Author

with

RewriteEngine on
RewriteRule   "^/$"  "/Home" [R]

same nothing
https://rusefi.com/docs/wiki/

rusefillc pushed a commit to rusefi/rusefi that referenced this issue Nov 16, 2021
rusefillc pushed a commit to rusefi/rusefi that referenced this issue Nov 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants