Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End special permalink with wordpress

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #28583
    davidandre
    Member

    Hi everybody !

    i am have a little problem with the permalink of one site.

    Using the option of wordpress to change it, doesn t help !

    i get this: http://mediacionambiental.com/mediacion/que-ofrecemos/

    But the page "mediacion" is just for organizing the menu-nav. i call the children of "mediacion"..And i dont want this page to appear in the Url of the site!

    I ve read some staff about mod_rewrite in the htaccess folder ,but it s sounds complicated and almost scary for me:)

    do you have an idea how i could fix the permalink to get:

    http://mediacionambiental.com/que-ofrecemos/

    i would really apreciate any help or advice as i am totally stuck ;)

    cheers!

    #73309
    davidandre
    Member

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Back End’ is closed to new topics and replies.