Jump to content

(Archived) Sharing notes by my own domain


Recommended Posts

Hi all,

I have many notes to be shared with my friends.

Recently I'm wondering that I could share these notes by my own domain name.

URLs of shared notes are

http://www.evernote.com/shard/[some path components with unique id]

I hope to have them as

http://notes.my.own.domain.example.com/[something]

Is it available?

Of course, I can modify DNS records in my domain.

Takashi SASAKI http://twitter.com/TakashiSasaki

Link to comment
  • Level 5*

There are some posts on here by Dave Engberg (search for Engberg), he is the CTO and he has made it pretty clear that they are not looking at providing Evernote as an application that Enterprises can host themselves.

Link to comment

You could create a folder on your domain like this:

example.com/notes

And in /notes create an .htaccess file containing:


# Check to see if mod_rewrite is installed / avaliable

RewriteEngine on

# Check to see if file or directory exists
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ http://www.evernote.com/pub/REPLACE-WITH-YOUR-USER-NAME/shared/ [L,QSA]

This will rewrite the URL allowing you to refer to your notes like this:

example.com/notes/[WHATEVER'S-AFTER-"SHARED"-IN-THE-EVERNOTE-URL]

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...