Hassan Naqvi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: mistake change WordPress Address (URL)You can change the WordPress Address (URL) and Site Address (URL) from the database by following these steps:
- Access your website’s database through phpMyAdmin or another database management tool.
- Find the
wp_optionstable and click on it to open it. - Locate the
siteurlandhomerows in the table. - Click on the Edit button (pencil icon) next to the
siteurlrow. - In the field under
option_value, enter the new URL for your WordPress site. - Click on the Go button to save the changes.
- Repeat the above steps for the
homerow. - After updating both rows, clear your browser cache and try accessing your WordPress site from the new URL.
Note that changing the WordPress Address and Site Address from the database should be done with caution as any mistake may result in your site not working properly. It is always recommended to have a backup of your database before making any changes.
Forum: Fixing WordPress
In reply to: wordpress home pageGo to “Settings” > “Reading” in the WordPress Dashboard. Make sure you selected an existing page that you want to use as your default homepage.
Forum: Fixing WordPress
In reply to: Subpages without “www” redirect to the main pageCheck your WordPress settings: Go to the WordPress Dashboard and click on “Settings” > “General”. Make sure that both the “WordPress Address (URL)” and “Site Address (URL)” fields are set to the same URL, including the “www” subdomain if you want to use it. Click “Save Changes” to apply the settings.
- This reply was modified 3 years, 2 months ago by Hassan Naqvi.