• Resolved fireshiro

    (@fireshiro)


    when i choose Numeric https://mysite.net/archives/123 on Common settings this is what it says below

    If your .htaccess file were writable, we could do this automatically, but it isn’t so these are the mod_rewrite rules you should have in your .htaccess file. Click in the field and press CTRL + a to select all.

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    and Save changes and refresh my site to a certain page it displays this

    Not Found

    The requested URL /celulas-y-redes was not found on this server.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Viewing 15 replies - 1 through 15 (of 22 total)
  • If you want numeric, it won’t have the post name in the permalink.

    Thread Starter fireshiro

    (@fireshiro)

    then what should i choose? I want mysite.net/pages << example
    like when i create a new page want that page name to my site url instead numbers. What should i do?

    Custom structure using only %postname%

    Thread Starter fireshiro

    (@fireshiro)

    Custom structure using only %postname%

    i used your code for Custom structure but below it still says

    If your .htaccess file were writable, we could do this automatically, but it isn’t so these are the mod_rewrite rules you should have in your .htaccess file. Click in the field and press CTRL + a to select all.

    and when i refresh the site to a certain page says

    The requested URL /contacto was not found on this server.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    url?

    Thread Starter fireshiro

    (@fireshiro)

    what do you need? my site url or what?

    its novedaddevida.org but its under construction.

    When you go straight to a post, how does the url look? (I asked for the site url because then I could simply click on the post myself and see what is happening.)

    Thread Starter fireshiro

    (@fireshiro)

    When you go straight to a post, how does the url look? (I asked for the site url because then I could simply click on the post myself and see what is happening.)

    Reply
    something like this
    https://novedaddevida.org/?page_id=34

    Thread Starter fireshiro

    (@fireshiro)

    But like i said my site under construction.

    The permalinks are still in default. Did you add the code to your htaccess?

    Thread Starter fireshiro

    (@fireshiro)

    where is the htaccess located? I am new to wordpress and have no clue. But just guide me and i can doit. My domain and space are mine so i have full control over it.

    It’s in your root directory.

    Thread Starter fireshiro

    (@fireshiro)

    It seems i dont have or i cant find it, be more specific in what part my directory. Or maybe i just dont have it lol….
    I only have these in my directory

    .autorespond
    .cpanel
    fantastico_backups
    mail
    public_ftp
    public_html
    dirhttpd/unix-directory
    TRASH
    dirpublichtml
    www
    [email protected]
    bash_logout
    .bash_profile
    .bashrc
    .contactemail
    .gemrc
    .lastlogin
    .zshrc
    cpbackup-exclude.conf

    goto public_html/www folder or direct to www folder. There have your WP instance.

    Thread Starter fireshiro

    (@fireshiro)

    ok i am there but i dont see htaccess :'(
    Ok i am screwed……
    Anyway i can resolve this?

Viewing 15 replies - 1 through 15 (of 22 total)
  • The topic ‘need help permalinks!!!!!’ is closed to new replies.