marcmetni
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Video doesn't show on the pageThanks a lot guys! I used the [embed] functionality which functioned great!
Best
Forum: Fixing WordPress
In reply to: Video doesn't show on the pageHi Again,
I uninstalled WP, deleted the database, and reinstalled WP. I still cannot make the movie show on the first page, check at the bottom of the page! Any solution?
everyday-science.net
Best
Forum: Fixing WordPress
In reply to: Video doesn't show on the pageThanks Krishna.
That’s what I meant with recreate, it obviously doesn’t give the whole picture of deleting WordPress.
Best
Forum: Fixing WordPress
In reply to: Video doesn't show on the pageThanks Krishna,
Seems it’s a long process for a site that’s a demo for the moment.
I have 4 other websites on WordPress, they are all clean; I used in them WordPress theme Twenty One and PageLines. This one is on PressWork, is this issue related to the theme?
If I recreate the website with a new theme would it solve the problem? It’s only a few pages.
Regards,
MarcForum: Requests and Feedback
In reply to: PermalinksThanks for asking.
I have no plugin on this site.
Actually, I only noticed this situation after creating a dozen pages because the permalink created automatically (when I enter the name of the page) shows only this name in the URL http://www.domainname.com/actual-page. When I save the page and view it, the full name is created as mentioned in my question.
Forum: Installing WordPress
In reply to: How to recreate a whole website from backup files?I decide to recreate the website,
Thanks for your feedback!
Forum: Installing WordPress
In reply to: How to recreate a whole website from backup files?Many thanks for the replies.
Can I upgrade WP to the latest versions first then restore the database?
My site is in a dedicated directory /wp; with the index.php in the root directory; will this pose a problem, or should I reinstall WP in the root directory and restore the database?
Forum: Fixing WordPress
In reply to: Can't login after a successful change of directoryThe instructions on the page below are great and simple:
http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory
for some reason, the file web.config was not deleted from the /wp directory, as I thought I had done when cutting and pasting it into the root directory, which caused a “delayed” mess…Enjoy WordPress!
Forum: Fixing WordPress
In reply to: Can't login after a successful change of directoryHi,
I have disabled the web.config file by renaming it and got this:
1- Only front page downloaded properly (all worked well for few hours, some pages did not show pictures, but then accessing these pages would give page not found error)
2- I was able to open the Admin login page and access it using the previous path mydomain.com/wp/wp-admin.This is the configuration script provided on the permalink page of WP; as instructed, I had pasted it in the web.config file.
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name=”wordpress” patternSyntax=”Wildcard”>
<match url=”*” />
<conditions>
<add input=”{REQUEST_FILENAME}” matchType=”IsFile” negate=”true” />
<add input=”{REQUEST_FILENAME}” matchType=”IsDirectory” negate=”true” />
</conditions>
<action type=”Rewrite” url=”index.php” />
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>Would really appreciate a feedback on this!!
Forum: Fixing WordPress
In reply to: Can't login after a successful change of directoryThanks a lot Samuel.
Actually, I think I was not clear in my question, it is not a password issue; I cannot reach the page to login:
1- When I enter mydomain.com/wp-admin (the new path) I get an error message page not found,
2- When I enter the old URL: mydomain.com/wp/wp-admin; I get an Internal server error message: 500 – Internal server error. There is a problem with the resource you are looking for, and the login page is not displayed.