lemonions Posted November 15, 2018 Posted November 15, 2018 Hi, understood that ASPNET is high load to heliohost, so I am porting my site from aspnet to html. But, as I am new to html development. I not sure how to create a dynamic meta tags (which I am not having problem with aspnet). I tried Jquery/js to update the meta tags content, but the crawler doesn't execute jquery / js. Also, I tried to have "php" tag within my html site, however, it doesn't execute, not sure why? Highly appreciates if any one can help me on this. Thanks in adv.
Krydos Posted November 15, 2018 Posted November 15, 2018 Php tags won't execute if the file's extension is .html. Try naming your file with the .php extension. Does the <?php ?> tags work now?
lemonions Posted November 15, 2018 Author Posted November 15, 2018 Krydos, let me try that later. Is it that straight forward that renaming the ext. to .php and the tags that I m having in my html will works in this case?
wolstech Posted November 15, 2018 Posted November 15, 2018 Should be. The only other thing to check is to make sure the file has permissions of 644.
lemonions Posted November 16, 2018 Author Posted November 16, 2018 umm, it is working now. thanks all.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now