Removed
Jan 7, 2010, 5:28 AM
Veteran / Moderator (18436 posts)
Jan 7, 2010, 5:28 AM
Post #2 of 9
Views: 5204
Thats how its meant to be =) (cos foreign charachters are not supported in URLs)
Are you using static pages, or dynamic ones? (with mod_rewrite)
Cheers
Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Are you using static pages, or dynamic ones? (with mod_rewrite)
Cheers
Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Jan 7, 2010, 5:54 AM
Veteran / Moderator (18436 posts)
Jan 7, 2010, 5:54 AM
Post #4 of 9
Views: 5185
Ok cool, try the StaticURLtr plugin (should be able to download it from Plugins > Download > Show , and then scroll through those pages until you fine it.
This lets youy change stuff like "รค" into "a" , which is valid for URLs :)
Cheers
Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
This lets youy change stuff like "รค" into "a" , which is valid for URLs :)
Cheers
Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Jan 7, 2010, 6:56 AM
Veteran / Moderator (18436 posts)
Jan 7, 2010, 6:56 AM
Post #6 of 9
Views: 5170
Are you sure you are using static pages? In the home.html template, add some text to the bottom of it (something like "test"). Then (WITHOUT doing a build) goto your homepage - and see if the extra text shows up on the homepage.
Cheers
Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Cheers
Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Jan 7, 2010, 7:06 AM
Veteran / Moderator (18436 posts)
Jan 7, 2010, 7:06 AM
Post #8 of 9
Views: 5171
Hi,
To make it so you use static pages, you would need to open up the .htaccess file in your public_html (or www folder) ... and just comment all the lines out. For example:
..would become:
Then, try it again and see if it works.
You can still do the "replacement" thing with dynamic pages, but its more complex and would need to be done as a custom job I'm afraid :(
Cheers
Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
To make it so you use static pages, you would need to open up the .htaccess file in your public_html (or www folder) ... and just comment all the lines out. For example:
Code:
RewriteCond ......would become:
Code:
# RewriteCond ....Then, try it again and see if it works.
You can still do the "replacement" thing with dynamic pages, but its more complex and would need to be done as a custom job I'm afraid :(
Cheers
Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!