I tried the link you provided. It takes me to: http://s527838390.websitehome.co.uk/ That looks like a temporary URL address setup by your host for development purposes.
The first step would be to contact your host for assistance in migrating your temporary site to the permanent site. Most hosts will help you with that, as it’s in their interest to help get you going. If they are unable (or unwilling), you will want to review the instructions here on migrating the site yourself: http://codex.wordpress.org/Moving_WordPress
thax. will contact them first. hope they will help.
starnmge is in google search engine seo shows my website as http://www.fplsufler.pl/?page_id=89 etc…
Kindly change your permalink to nice permalink, its under
Settings -> Permalink.
its done , is for default [x] http://fplsufler.pl/?p=123 if i change to diferent one links on website stop working
they repley “Please be informed that you can set up the domain name fplsufler.pl as the main URL for your WordPress site by logging into the dashboard. You can also check on the internet on how to do this set up. ” dont exacley know with DASHBOARD ??? on domain center or worldpress ?
Kindly ask your hosting to enable mod_rewrite. after that enable nice permalink. It will work.
so i did that, send them picture of dashboard url changed to.
i have repley :
If your need to enable your mod_rewrite, plase copy and paste the code below to the .htaccess file from the root directory of wordpress.
RewriteEngine On
RewriteCond %{HTTP_HOST} ^(.*\.)*yourdomain.com$ [NC]
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^(.*)$ https://www.yourdomain.com/$1 [R]
undertand in
*yourdomain.com$ – need to do *fplsufler.pl$
https://www.yourdomain.com/$1 – need to https://www.fplsufler.pl/$1
?
any way, cant do it .htaccess its not rewritable from client or from FTP either. have some widget WP htaccess Control but loooks like this one can help my….. saving htaccess changes but on fto htaccess looks unaffected.
Kindly ask your host to change the permission. It should be writeable.