How can i convert my website Asp into a Html?

zetar060115

New member
Registered
Joined
Apr 10, 2013
Messages
1
Points
0
Hello

I have heard of SEO is prefer Html to Asp.We are Trade company about Boat Accessories and Fishing Accessories.Some months ago, i built my website by other compay.But now, i find the website is aspx.How can i transfer this asp to html? Could you please give me some advice?

Thank you!
 

Marc0

Well-known member
Registered
Joined
Jun 6, 2012
Messages
890
Points
28
You need active Rewrite Mod on your server ( ISS ) with aspx and rewrite your URL from aspx to html. Using htaccess or URL Rewrite in ISS manager to
This walkthrough requires the following prerequisites:
- IIS 7 or above with ASP.NET role service enabled.
- URL Rewrite Module Go Live release installed.

After that, open a Web.config file located in %SystemDrive%\inetput\wwwroot\. In this file you should see the
Code:
<rewrite> section that contains this rule definition:
<rewrite>
  <rules>
    <rule name="Rewrite to detail.aspx">
      <match url="^article/([0-9]+)/([_0-9a-z-]+)" />
      <action type="Rewrite" url="detail.aspx?id={R:1}&amp;title={R:2}" />
    </rule>
  </rules>
</rewrite>
Hope it can help you!
 

Bulan

Member
Registered
Joined
Sep 12, 2013
Messages
19
Points
0
Well, there are two ways that I know to convert your ASP site to HTML.
1- You can direct converting the whole site files one by one to HTML
2- If the sites is a LINUX, so you can use hta access redirect to convert site to HTML that means the site will be running ASP as the server script, but the URL of the page returned to the user and Search Engine will be .html.
 
Older Threads
Replies
4
Views
2,346
Replies
1
Views
2,234
Replies
13
Views
8,859
Replies
23
Views
8,081
Newer Threads
Replies
0
Views
4,493
Replies
3
Views
2,170
Replies
0
Views
2,165
Replies
0
Views
2,479
Replies
2
Views
2,707
Recommended Threads

Latest Hosting OffersNew Reviews

Sponsors

Tag Cloud

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top