Jump to content

Create symbolic link

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
10 replies to this topic

#1
cakka

cakka

    Programmer

  • Members
  • PipPipPipPip
  • 192 posts
Hi, anybody can tell mey how to create a symbolic link from CPanel ?
I want to create a symbolic from domain/adminpage to domain
Thanks

#2
Tor

Tor

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 486 posts
I'm not sure about creating one from CPanel but the command on the shell is ln -s /dir

# ln -s /some/dir/here


#3
cakka

cakka

    Programmer

  • Members
  • PipPipPipPip
  • 192 posts
Hi, thanks for reply....
My Hosting not have a SSH features... So... any other ideas ?
Thanks

#4
cakka

cakka

    Programmer

  • Members
  • PipPipPipPip
  • 192 posts
Hello , any ideas for this ?
Thanks

#5
ToRk

ToRk

    Newbie

  • Members
  • Pip
  • 9 posts
Hello
you can't do it from cpanel ask your hosting support to do it for you
ed3mny.com

#6
ToRk

ToRk

    Newbie

  • Members
  • Pip
  • 9 posts
sorry i mean you can not do symbolic link from cpanel but as i see
you need to redirect domain/adminpage to domain
so as i understod you want browser redirect you to domain when you call domain/adminpage if that what you want you can do it from redirects in cpanel
ed3mny.com

#7
cakka

cakka

    Programmer

  • Members
  • PipPipPipPip
  • 192 posts
Ehm.. how i tell this... sorry if my explanation not good.
I want to create a alias link mydomain/adminpage and the resources is from mydomain.. it just alias so when my client open mydomain/adminpage it will open url mydomain/adminpage... but the content is got from public_html not from public_html/adminpage

Any other ideas ?
Thanks for help

#8
Tor

Tor

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 486 posts
I'm not sure I understand what you are trying to do. Do you want to forward your domain to another website?

#9
cakka

cakka

    Programmer

  • Members
  • PipPipPipPip
  • 192 posts
Ehm... sorry for my bad description
I can't create link here... because my account still blocked for creating link...
How to describe that :(

#10
cakka

cakka

    Programmer

  • Members
  • PipPipPipPip
  • 192 posts
Now, i hope i can write a link to this thread :D
I want to create a page admin that located on www.ckcybers.com/adminpage ( it just a sample )... actually there is no file in folder public_html/adminpage...

It just a symbolic link for admin theme in Drupal ( i getting this trick from some one but he didn't tell me more :( )
If someone access www.ckcybers.com/adminpage it will open the files that saved in /public_html but the url have attribute admin page ( www.ckcybers.com/adminpage ) i create the php code for check url when it get attribute adminpage in url the theme will adjust as i set.

Any ideas for this ?
Please forgive me if me english is not good or my explanation too bad.
Thanks

#11
Guest_Jordan_*

Guest_Jordan_*
  • Guests
I can't find a way to do symbolic linking from within cPanel. You can do this with htaccess though - but I do not know how.