Skip to content

Commit

Permalink
Fix .htaccess
Browse files Browse the repository at this point in the history
  • Loading branch information
micrology committed Jan 19, 2024
1 parent 21cbf77 commit d0aa8a3
Show file tree
Hide file tree
Showing 2 changed files with 584 additions and 567 deletions.
3 changes: 3 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,8 @@ RewriteCond %{REQUEST_URI} !norton [NC]
RewriteRule "^(.*)$" "dist/$1" [PT]

# redirect Docusaurus help pages to the build directory
#RewriteCond &{HTTP_HOST} /^prsm.uk$/ [NC]
#RewriteCond %{REQUEST_URI} !/build/ [NC]
#RewriteRule (doc/help)(.*) $1/build$2 [PT]
RewriteCond %{REQUEST_URI} !/build/ [NC]
RewriteRule (doc/help)(.*) $1/build$2
Loading

0 comments on commit d0aa8a3

Please sign in to comment.