nagerz14
Forum Replies Created
-
Forum: Plugins
In reply to: Tablepress wp_dequeue_script TableTools cssanybody?
Forum: Localhost Installs
In reply to: permalinks problemsnow 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.
Forum: Localhost Installs
In reply to: permalinks problemsi 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.
Forum: Localhost Installs
In reply to: permalinks problemsi will loose my local wordpress install, if i uninstall mamp.
what i should do with a linux-pc. month ago i had one.Forum: Localhost Installs
In reply to: permalinks problemsyou 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 hackerthat 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!!Forum: Localhost Installs
In reply to: permalinks problemswhat 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?? ??Forum: Localhost Installs
In reply to: permalinks problemsa “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>
Forum: Localhost Installs
In reply to: permalinks problemsif i change to ?p=123 link-style, the whole site is corruptet.
Forum: Localhost Installs
In reply to: permalinks problemsthe 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.
Forum: Localhost Installs
In reply to: permalinks problemsThank 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