Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey @ashesh,

    I’m not sure about your scenario (anything). The way the replace works is that the old url is replaced with the new url. So the following is what should work:

    OLD: http://www.technepal.x10.mx/my-permalink
    NEW: http://localhost/technepal.x10.mx/my-permalink

    Checkout this section on the FAQs I believe it may help with this issue as well:
    -> Browse to: http://lifeinthegrid.com/duplicator-faq
    -> Find section: “3. Troubleshoot=> Why do I get a 404, redirected, path errors or unable to login after installing?”

    Hope that helps!

    Thread Starter ashesh shrestha

    (@ashesh-shrestha)

    Sorry for trouble. Yeah it helped and my problem has been fixed. I had to uncomment the line LoadModule rewrite_module modules/mod_rewrite.so

    Users of WAMP (Windows): Some versions of WAMP (all versions?) do not enable mod_rewrite or permit following SymLinks by default. To enable the required functionality navigate to the apache/conf/httpd.conf file, open with a text editor and uncomment the line LoadModule rewrite_module modules/mod_rewrite.so (i.e., delete the hash/pound sign at the front of the line). Then further down in the same file there is a section that starts with the line “Options FollowSymlinks”. Change the second line in that section from “AllowOverride none” to AllowOverride all. Save edited httpd.conf and restart all WAMP modules. Your permalinks should now work.
    http://codex.wordpress.org/Using_Permalinks#Fixing_Permalink_Problems

    (It was already AllowOverride all, so I didn’t need to change the second part. Hope that helps to others too. It might be problem with wamp as I had to change wamp settings not plugins. Anyway thanks for reply..

    Excellent! Thanks for posting your solution!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘can't open posts and pages. links are broken’ is closed to new replies.