I have some folders on my web server that link to other folders.
I am wondering how this is done?
Example:
I want http://www.example.com/public_html/css/
to point to http://www.example.com/public_html/wp-content/themes/theme-name/css/
Right-click any folder on the server or client, and select Create Shortcut. Or, select a folder and then click Create Shortcut at the top-right of the dialog. A new shortcut is added.
easiest way is to create a symblink like this:
cd /path/to/public_html/
ln -s /path/to/public_html/wp-content/themes/theme-name/css/ css
example:
cd ~
ln -s wp-content/themes/theme-name/css/ css
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With