Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter nagerz14

    (@nagerz14)

    anybody?

    Thread Starter nagerz14

    (@nagerz14)

    now i have changed the title on the live-site.
    and what i can say is, that it does work till now without any problems.

    its the same files. i have moved it from my local site 10 days ago.
    so…

    you a right, it does not and it should not affect, but do i have
    introduced a bug by myself in the php code of the template-files since the last days that it have this obscure issue?

    it doesen’t make sense.

    Thread Starter nagerz14

    (@nagerz14)

    i have done the whole process. new mamp, new cloned backup.
    working
    then change Title and descrption.

    SITE-LINKES BROKEN. belive it or not. sorry.

    so now if you like to help – i would realy hear what i should make.

    i like to know what the hell is fooling me with this site.

    Thread Starter nagerz14

    (@nagerz14)

    i will loose my local wordpress install, if i uninstall mamp.
    what i should do with a linux-pc. month ago i had one.

    Thread Starter nagerz14

    (@nagerz14)

    you have misunderstood me.

    that changing these titles do normaly not break a wordpress blog is clear.
    but it happend in that momment. And it was not the first time, so,
    what would you think, if these changes breaks permalinks?
    me: database or hacker

    that you try to test my local browser/server is clear too.

    i realy try by myself to find, but this is realy to much technical for me. what can i do now?
    thank you very much for helping!!

    Thread Starter nagerz14

    (@nagerz14)

    what is your point that; if my browser can show a simple web-page?
    the apache log shows me unknown things with ssl and zip files that couldn’t open. can you arrest this hacker?? ??

    Thread Starter nagerz14

    (@nagerz14)

    a “html only page” is working in mamps server, codekits server, and direct trought the html-file opening.

    i use a mac, mavericks ??

    the apache error log file i have open now.
    need help for this. what i sould looking for?

    about the mod_rewrite
    is it the httpd.conf file that i should working on with? – what here? couldn’t find something like.

    <VirtualHost *:80>
        ServerName ...
        DocumentRoot /....
    </VirtualHost>
    Thread Starter nagerz14

    (@nagerz14)

    if i change to ?p=123 link-style, the whole site is corruptet.

    Thread Starter nagerz14

    (@nagerz14)

    the result is the same in all browsers. i see that there is something wrong with the adress. is that it does redirect from localhost to an incomplete localhost adress, as i can see now, but not found out yet what is causes.

    Thread Starter nagerz14

    (@nagerz14)

    Thank for your help

    ok – i try to explain what i’ve made and what up.
    only blog description changed, local site broken, live site ok!

    now i wait on the live website with changing the title till i have the local setup runnin ok. (on the local site i have now changed, because its allready broken)
    what is ok, is: backend with full functionality and also the startpage (homepage) all the child-pages end with blank (not found) – chrome says to many redirects!

    i have it installed with mamp (codekit).
    permalink structure: postname
    htacces:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress
Viewing 10 replies - 1 through 10 (of 10 total)