You'll need to provide a lot more information for people to help you. Is this on hosting or local? What steps have you tried to install? Have you unzipped the package? Is your DNS pointing to the right folder? Is your virtual host file correct?
virtualhost *:8080>
servername www.newsmalik.com
documentroot /var/www/backdrop
<Directory /var/www/backdrop>
AllowOverride All
allow from all
</Directory>
</virtualhost>
If you don't want/need a View, I think Computed Field would be an excellent option for this. BTW, you can use token replacement (by using the function token_replace()) in the computation of the field...
Posted1 hour 48 min ago by Alejandro Cremaschi (argiepiano) on:
Comments
Hi @Newsmalik.
You'll need to provide a lot more information for people to help you. Is this on hosting or local? What steps have you tried to install? Have you unzipped the package? Is your DNS pointing to the right folder? Is your virtual host file correct?
virtualhost *:8080> servername www.newsmalik.com documentroot /var/www/backdrop <Directory /var/www/backdrop> AllowOverride All allow from all </Directory> </virtualhost>