Pages: 1
Hello,
How is it possible to assign a custom URL to one automatically assigned?
Have:
Fractasia.com/index.php?/category/2
Want:
Fractasia.com/Carnaval << Easier for customers to type
How can this be done?
Thanx
Offline
Solution with Redirection
Edit <your_web_host>/home/<your_uid>/fractasia.com/Carnaval/index.html
Insert:
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0;url=http://www.fractasia.com/index.php?/category/2"/>
</head>
<body>
<script type="text/javascript">window.location="http://www.fractasia.com/index.php?/category/2";</script>
</body></html>
Save, exit
Pointing a browser at Fractasia.com/Carnaval
Now zooms the user to Fractasia.com/index.php?/category/2
The only defect is that the user sees this in the URL: "index.php?/category/2"
There must be a better, cleaner way to assign a URL to a web gallery
Offline
Share Album plugin
"For any private album, you can generate a unique URL that you can share with the users you trust in enough to browse an album."
Last edited by executive (2018-02-14 22:55:10)
Offline
Pages: 1