only able to define once ? mapping for domain/ directory
does mapping work only for main root site like above
C:/inetroot/index.php to http://localhost:80/index.php
when use standart web site where all directory really exist in the server side
i have
C:/inetroot/test2/index.php to http://localhost:80/test2/index.php
when use a cms, all string are not directory and only CMS understand how map http query to local file ( script) ...and there is no
relation beetween file on server side directory and http request string in the client side
for example if i have
http://localhost:80/index.php?option=co ... Itemid=233
i know that one of the area of the page will contain the information contain in
C:/inetroot/components/com_users/views/login/tmpl/default.php after php run .
<hen i open the default.php file , topstyle in the preview tab is in a mode where we can't define the http url because the edit box containing the url is grey . as i can see topstyle implementation think that the default file is accessible from http:// ...../login/tmpl/default.php
BIG MISTAKE !!!
i don't want to be restrict when define mapping by use only the root http domain OR root directory server only !!!! I want also to be able to define any mapping i ll find usefull to create mapping beetween specific query_string and local script file ( php asp) .
Does topstyle support mapping beetween specific local directory and specific http query string ?
i think I hope topstyle support this but the help guide don't explicit speak about this !!
after read many goods comments about topstyle from users or basic reviews about html css editor, If the behaviour of topstyle is what i discover , i ask to myself many questions about if the way i want to use topstyle is the right way ? or if i need to stay with firebug ???
Last thing it is strange that topstyle have in the bottom windows a tab of name Site report and when we select Menu -> view -> site Report that the report information close the Menu ->view -> Edit and open a new window . I ll expect that the information appear in the tab of name site report !!
I like the undo and workspace functionnalities of topstyle to avoid enter again url or directory path !!
regard's
C:/inetroot/index.php to http://localhost:80/index.php
when use standart web site where all directory really exist in the server side
i have
C:/inetroot/test2/index.php to http://localhost:80/test2/index.php
when use a cms, all string are not directory and only CMS understand how map http query to local file ( script) ...and there is no
relation beetween file on server side directory and http request string in the client side
for example if i have
http://localhost:80/index.php?option=co ... Itemid=233
i know that one of the area of the page will contain the information contain in
C:/inetroot/components/com_users/views/login/tmpl/default.php after php run .
<hen i open the default.php file , topstyle in the preview tab is in a mode where we can't define the http url because the edit box containing the url is grey . as i can see topstyle implementation think that the default file is accessible from http:// ...../login/tmpl/default.php
BIG MISTAKE !!!
i don't want to be restrict when define mapping by use only the root http domain OR root directory server only !!!! I want also to be able to define any mapping i ll find usefull to create mapping beetween specific query_string and local script file ( php asp) .
Does topstyle support mapping beetween specific local directory and specific http query string ?
i think I hope topstyle support this but the help guide don't explicit speak about this !!
after read many goods comments about topstyle from users or basic reviews about html css editor, If the behaviour of topstyle is what i discover , i ask to myself many questions about if the way i want to use topstyle is the right way ? or if i need to stay with firebug ???
Last thing it is strange that topstyle have in the bottom windows a tab of name Site report and when we select Menu -> view -> site Report that the report information close the Menu ->view -> Edit and open a new window . I ll expect that the information appear in the tab of name site report !!
I like the undo and workspace functionnalities of topstyle to avoid enter again url or directory path !!
regard's