murraynt1
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [evolve] Double menu optionsThank you @romik84. updating to 3.6.9 worked.
Forum: Fixing WordPress
In reply to: Error 404 after trying to set HttpsAm I correct in saying i don’t use .htaccess file on a windows server and i a web.config file?
this is what is in my config.file
<?xml version=”1.0″ encoding=”utf-8″?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name=”Main Rule” stopProcessing=”true”>
<match url=”.*” />
<conditions logicalGrouping=”MatchAll”>
<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>
<staticContent>
<remove fileExtension=”.svg” />
<mimeMap fileExtension=”.svg” mimeType=”image/svg+xml” />
</staticContent>
<defaultDocument>
<files>
<remove value=”index.aspx” />
<add value=”index.php” />
</files>
</defaultDocument>
</system.webServer>
</configuration>when i change my Permalink stetting to https://www.dynotorque.co.uk/index-php/%postname%/ i can access some pages by going to dynotorque.co.uk/index.php/post-name
Id there something wrong with my .htacess or my web.config?
i can va
Forum: Fixing WordPress
In reply to: Error 404 after trying to set HttpsForum: Fixing WordPress
In reply to: Error 404 after trying to set HttpsForum: Fixing WordPress
In reply to: Error 404 after trying to set HttpsHello all. I’m now able to get into the long in page.
<br />carbonate co3<br />
i’ve set both my HOME and SITEURL to http:/dynotorque.co.uk
<br />carbonate co3<br />
i’m still getting 404 errors and i can’t take the first step in getting an ssl file.
to be honest. i just want the site back up for now. I don’t care about getting HTTPs for now.
I can see my pages are still there in the admin section.
can anybody help any more?
Forum: Fixing WordPress
In reply to: Error 404 after trying to set HttpsI’ve been in contact with the host. It’s based on a windows server so SSH access is out of the question unfortunately.
Forum: Fixing WordPress
In reply to: Error 404 after trying to set HttpsI tried to get a SSL cert using the upload a file to FTP method but it has failed to reach the server…
Forum: Fixing WordPress
In reply to: Error 404 after trying to set HttpsI will look atfreessl.com now Husdon Thank you.
Forum: Fixing WordPress
In reply to: Error 404 after trying to set HttpsForum: Fixing WordPress
In reply to: Error 404 after trying to set HttpsHi judgerookie. Thanks for your reply.
I Don’t have an SSL cert, but I can buy one from my host.
My issue is i can’t access the /wp-admin page to change settings or to use the plug in after manually installing..