Announcement

Collapse
No announcement yet.

Cant have extension .asp on homepage

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Cant have extension .asp on homepage

    Had this problem with v9 in the beginning and have tried the latest release and it is still a problem.

    If you give your homepage an extension .asp it stops working properly.

    Normally for the homepage all the references to files in the acatalog folder such as stylesheets, images, js files were automatically updated from

    src="image.jpg" to src="acatalog/image.jpg"
    href="actinic.css" to href="acatalog/actinic.css"
    src="actiniccore.js" to src="acatalog/actiniccore.js"


    In v9, when you call your page "something.asp" this doesnt happened - so the page does not display correctly. Every other .asp page is fine

    This happens regardless of asp content. If you upload the default site 1 content but change the homepage extension to .asp it stops working.

    #2
    ...but you can have php, a real mans scripting language.

    so make your index a php file, and include your code from external files with

    include

    Comment

    Working...
    X