Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter davidandre

    (@davidandre)

    Hi everybody,

    i read some stuff about mod_rewrite but it sounds quite complicated to me..Any advice would be more than apreciated!

    thanks,
    bye

    Thread Starter davidandre

    (@davidandre)

    Hi everybody!

    as i see i am not lucky my question doesn t inspire anybody:(

    i give you my .htaccess just in case it might inspire you a bit more:)

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress
    `
    If you have an idea even not precise it would be very welcome as ihave to resolve this problem and don t really know how to..
    thanks in advance.

    cheers

    Shane G.

    (@shane-g-1)

    Hi,

    Reset your desired permalink from wordpress admin area and add this code in htaccess of your blog/site:

    # BEGIN WordPress
    
    <IfModule mod_rewrite.c>
    ErrorDocument 404 /index.php?error=404
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress

    Thanks,

    Shane G.

    Thread Starter davidandre

    (@davidandre)

    Hi Shane!
    thanks a lot. really appreciate i try right away and let you.
    i really hope it works:)

    big thanks:)

    Thread Starter davidandre

    (@davidandre)

    Hi Shane ,
    so i did what you told me. i changed the .htaccess but now how can i do to

    get http://mediacionambiental.com/mediacion-ambiental/

    and not http://mediacionambiental.com/menu-header/mediacion-ambiental/

    the page menu-header is just for organizing the menu-nav and should not appears in the url but i don t know how to set the permalinks to get that???

    any idea?

    would be awesome for me to fix this problem! as it is not the first time and never manage to fix it!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘permalink’ is closed to new replies.