473,388 Members | 1,346 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,388 software developers and data experts.

How to convert dynamic php urls to html urls?

Hello,
Can anyone tell me or give me an online tool which can help me to
convert php dynamic urls to html urls to make a google friendly
site.I dont have apache server on my computer and I dont want to use
it.Wihtout apache server is it possible? And I amusing windows server
and not Linux.
Thanks
Sunita Bihani

Jul 9 '06 #1
4 2196
Nicole wrote:
Hello,
Can anyone tell me or give me an online tool which can help me to
convert php dynamic urls to html urls to make a google friendly
site.I dont have apache server on my computer and I dont want to use
it.Wihtout apache server is it possible? And I amusing windows server
and not Linux.
Thanks
Sunita Bihani
HTML is a mark up language. There is no such thing as an HTML url. A dynamic
url is symply one that is created on the fly. It can be in any format you
want it to be.
Jul 9 '06 #2
Nicole wrote:
Hello,
Can anyone tell me or give me an online tool which can help me to
convert php dynamic urls to html urls to make a google friendly
site.I dont have apache server on my computer and I dont want to use
it.Wihtout apache server is it possible? And I amusing windows server
and not Linux.
Thanks
Sunita Bihani
Also search google for 404sef should give you some pointers
Jul 9 '06 #3

Nicole wrote:
Hello,
Can anyone tell me or give me an online tool which can help me to
convert php dynamic urls to html urls to make a google friendly
site.I dont have apache server on my computer and I dont want to use
it.Wihtout apache server is it possible? And I amusing windows server
and not Linux.
Thanks
Sunita Bihani
If you want PHP to build dynamic links to embed on a page, you could
use the 'htmlspecialchars' function to convert characters in the
variables.

eg.

echo '<a href="http://www.google.com?q='.
htmlspecialchars($var1).'">link</a>';

Check out http://www.php.net/manual/en/functio...ecialchars.php
for more info.

Jul 9 '06 #4
"Nicole" <su***********@yahoo.co.inwrote in message
news:11**********************@m73g2000cwd.googlegr oups.com...
Hello,
Can anyone tell me or give me an online tool which can help me to
convert php dynamic urls to html urls to make a google friendly
site.I dont have apache server on my computer and I dont want to use
it.Wihtout apache server is it possible? And I amusing windows server
and not Linux.

IIS has some external plugins which provide the same functionality as
mod_rewrite does foor Apache. It's called something like IIS URL Rewrite
Engine or something like that, there are several. Here's one for example:
http://www.isapirewrite.com/

HTH.

--
"ohjelmoija on organismi joka muuttaa kofeiinia koodiksi" -lpk
sp**@outolempi.net | Gedoon-S @ IRCnet | rot13(xv***@bhgbyrzcv.arg)
Jul 10 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Seun Osewa | last post by:
Hi, I'm thinking of an architecture for a medium-complexity dynamic site as follows: - I use one php file, say a.php as the entry point for the entire site. PATH_INFO allows me to pass...
10
by: moondaddy | last post by:
I'm writing an ecommerce app in asp.net/vb.net and need to make the pages searchable and crawlable by spiders, particularly Google's. As far as I know, if my pages's contents are mostly populated...
12
by: MARTIN LANNY | last post by:
Hi All, In my program I am loading the content of a text file (main.txt) into a string called 'message'. What I need is to convert all urls and emails in this string into html. This is what...
0
by: eric.olstad | last post by:
I want to create a web site that can dynamically creates tabs -- like firefox functionality built into a web site. Take a look at this site to get an idea of what I'm looking to do:...
10
by: maxvalery | last post by:
Because dynamic pages do not get indexed well in search engines, is there a decent API out there to parse through the site and write pages as plain html automatically? I noticed some WordPress and...
10
by: jflash | last post by:
Hello all, I feel dumb having to ask this question in the first place, but I just can not figure it out. I am wanting to set my site up using dynamic urls (I'm assuming that's what they're...
5
by: pittendrigh | last post by:
There must be millions of dynamically generated html pages out there now, built by on-the-fly php code (and jsp, perl cgi, asp, etc). Programatic page generation is transparently useful. But...
3
by: Vlad | last post by:
Hi! My task: Take HTML -convert into plain text. Sub-task: 1. Find all urls within HTML (<a href="http://www.abc.com">More about baby bears</a>). 2. And convert them into plain text: More...
14
by: asdf | last post by:
I have a python script whose output i want to dynamically display on a webpage which will be hosted using Apache. How do I do that? thanks
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.