User Tools

Site Tools


ghost_subdirectory_uberspace

This is mainly dedicated as an extension to the installation-guide of uberspace for ghost, here: https://wiki.uberspace.de/cool:ghost

.htaccess:

  RewriteCond %{REQUEST_URI} ^/blog/
  RewriteRule (blog/.*) http://localhost:$GHOSTPORT/$1 [P]
  RewriteRule ^blog$ %{REQUEST_URI}/ [R=301,L]
ghost_subdirectory_uberspace.txt ยท Last modified: 2017/04/29 18:04 (external edit)