Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Dennis Masselink #1
[asp] how do you get (site.com/aboutus) instead of (index.asp?x=about)
Hello
I hope the title of my post was self-explaining.
But, what i want to do is this:
Sometimes you see some sort directory structure on website and i can't help
thinking that it has to be some sort of server-side behaviour.
is it possible to use some sort of scripting to let it appear you have some
sort of directory structure instead of using a querystring.... This mostly
has advantages with S.E.O.
Best regards
Dennis Masselink
Dennis Masselink Guest
-
Distribute index on a web site
My client wants to provide a searchable collection of back issues of a newsletter on a web site. I know Acrobat can't search the contents of PDFs... -
Can not edit the index.html site
I designed a Site www.alter-porthhof.de and maked it ready for editing with contribute. Everything works fine, but I seems that I maked one mistake:... -
Site Index Generator?
Can anyone refer me to a program or extension that generates a site index? Ideally a free (or very inexpensive) program -- seems like it should be... -
Simple site index
Ryan Thompson wrote Please let me clarify: I mean I am worried about following all internal links e.g. local files)... -
index a site on google
Hi ! You may want to use a meta tag generator to set up you meta tags, like this one: http://www.multimeta.com/tools/multimetamaker.html ... -
stevenlmas #2
Re: [asp] how do you get (site.com/aboutus) instead of(index.asp?x=about)
how are you getting to index.asp? try
<%response.redirect('site.com/aboutus/')%> on the page you are getting to
index.asp from you could also just use javaScript <script> window.location =
'site.com/aboutus/' </script>
stevenlmas Guest
-
Joseph Lowery #3
Re: [asp] how do you get (site.com/aboutus) instead of (index.asp?x=about)
I have noticed on a number of SEO sites a reference to a server setting that
allows the automatic switch of the query-string, although I've never tracked
it down.
I have also read that Google has, for the last couple of years, been capable
of following dynamic links.
Best - Joe
"Dennis Masselink" <dema@removehome.nl> wrote in message
news:cv28kg$21o$1@forums.macromedia.com...help> Hello
>
> I hope the title of my post was self-explaining.
> But, what i want to do is this:
> Sometimes you see some sort directory structure on website and i can'tsome> thinking that it has to be some sort of server-side behaviour.
>
> is it possible to use some sort of scripting to let it appear you have> sort of directory structure instead of using a querystring.... This mostly
> has advantages with S.E.O.
>
> Best regards
> Dennis Masselink
>
>
Joseph Lowery Guest



Reply With Quote

