Title: joergf's Replies | WordPress.org

---

# joergf

  [  ](https://wordpress.org/support/users/joergf/)

 *   [Profile](https://wordpress.org/support/users/joergf/)
 *   [Topics Started](https://wordpress.org/support/users/joergf/topics/)
 *   [Replies Created](https://wordpress.org/support/users/joergf/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/joergf/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/joergf/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/joergf/engagements/)
 *   [Favorites](https://wordpress.org/support/users/joergf/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to config SSL](https://wordpress.org/support/topic/how-to-config-ssl/)
 *  Thread Starter [joergf](https://wordpress.org/support/users/joergf/)
 * (@joergf)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/how-to-config-ssl/#post-6360072)
 * Thanks, helped
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Changed WP URL and now cant reach backend](https://wordpress.org/support/topic/changed-wp-url-and-now-cant-reach-backend/)
 *  Thread Starter [joergf](https://wordpress.org/support/users/joergf/)
 * (@joergf)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/changed-wp-url-and-now-cant-reach-backend/#post-6356039)
 * the functions.php of my theme has many many lines. no idea where to insert it.
 * i deletd .htaccess now, to get access to backend. then changed url to [http://site.com](http://site.com)
   and re uploaded htaccess. in theory it should be like before. but still “no results”.
 * what could be the problem, before i changed the url it worked fine.
    has wp changed
   something alse?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Changed WP URL and now cant reach backend](https://wordpress.org/support/topic/changed-wp-url-and-now-cant-reach-backend/)
 *  Thread Starter [joergf](https://wordpress.org/support/users/joergf/)
 * (@joergf)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/changed-wp-url-and-now-cant-reach-backend/#post-6356020)
 * thanks for your answers.
 * when i add the first part, to rewrite with [http://www.domain.com](http://www.domain.com),
   nothing happens and it still shows the no results page.
 * wehen i try to restore, by adding the lines in wp-config, it shows me internal
   server error.
 * can i change exactly the files, that worpress changed, by hand?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Changed WP URL and now cant reach backend](https://wordpress.org/support/topic/changed-wp-url-and-now-cant-reach-backend/)
 *  Thread Starter [joergf](https://wordpress.org/support/users/joergf/)
 * (@joergf)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/changed-wp-url-and-now-cant-reach-backend/#post-6355983)
 * i think thats it, but no idea what to do.
 * it actually look like this
 * <Files wp-login.php>
    AuthName “Admin” AuthType Basic AuthUserFile /home/mysite/
   www/wp-admin/css/.htpasswd require valid-user </Files>
 * <FilesMatch “(\.htaccess|\.htpasswd|wp-config\.php|liesmich\.html|readme\.html)”
   >
    order deny,allow deny from all </FilesMatch>
 * # 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 4 replies - 1 through 4 (of 4 total)