paulwv
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Locked myself out by changing my URLIf I am not mistaken, Ii could be wrong… you have to edit the first 2 lines in the “options” field in the database. Login to myphpadmin or whatever you use to access the database.
Go to wp_options and the first two lines must be your site’s URL.
Forum: Fixing WordPress
In reply to: How do I remove /index.php/ from the middle of my address?First of all, make sure that mod_rewrite is enabled on your server.
#2 Go to settings> Permalink and make sure that “index.php” is not written in your custom structure.
#3 make sure this line of code is in your .htaccess file:
# 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- This reply was modified 7 years, 12 months ago by paulwv.
Forum: Fixing WordPress
In reply to: Auto forwarding permalinks without categories to IDsHopefully someone can help.
Thanks
Forum: Fixing WordPress
In reply to: Not able to install two WordPress sites on one ServerSome shared hosting only allow one WordPress, most importantly, one Database / user.
If that’s not the case. Then make a directory called anything ex: “WordPress2” and put your installation files in there.
Login to your cpanel or whatever admin tool you use to access your database and create a separate user.
If doing it manually, you must edit the wp-config.php from the 2nd installation and put the username, password and user of the second table.
If you’re using the auto install by accessing your “wordpress2” dir in the url, then just put the new table name and user, and directory and follow the installation.
I’ve done it may times, works like a charm.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Invalid usage of AMP tags (Critical)Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Invalid usage of AMP tags (Critical)Hi Ahmed,
I just reactivated.
Thanks
6 hours later, still getting the same thing.
[ERROR] The import process is still running. Please wait before running it again.That’s what I wrote in my first post and it did not work.
Yea, it’s simply a performance bottleneck issue. We are running through this problem on a daily basis. Plus it’s a loading time issue. I replicated the database with 1,000 articles and it ran lightning fast.
The site is slow, admin panel slow, everything.
To avoid all this would be to have a small amount of articles in the database and by the time it reaches a large amount of articles, just dump them on another sever.