1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Permalink Setting

Discussion in 'HTML & Website Design' started by zangess, Sep 21, 2017.

  1. #1
    Hi to everyone. I have a script. Permalinks are on categories is well, expample: xzx.com/category/something but the rest not good the title dosent come. example: "xzx.com/download/63" i want "xzx.com/something-free-download" i had always wordpress, on wordpress to easy, on script i can not pls help. Thanks.
     
    zangess, Sep 21, 2017 IP
  2. dcristo

    dcristo Illustrious Member

    Messages:
    19,776
    Likes Received:
    1,199
    Best Answers:
    7
    Trophy Points:
    470
    Articles:
    7
    #2
    Are you using WordPress or not?
     
    dcristo, Sep 21, 2017 IP
  3. zangess

    zangess Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #3
    NO its not wordpress php script

    @dcristo

    İts pixel v2 media script.
     
    Last edited by a moderator: Sep 22, 2017
    zangess, Sep 22, 2017 IP
  4. sarahk

    sarahk iTamer Staff

    Messages:
    28,500
    Likes Received:
    4,460
    Best Answers:
    123
    Trophy Points:
    665
    #4
    do they have their own support forums?
    I'll add the script name to the thread title to help attract attention.
     
    sarahk, Sep 22, 2017 IP
  5. zangess

    zangess Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #5
    The script is nulled:-(
     
    zangess, Sep 22, 2017 IP
  6. sarahk

    sarahk iTamer Staff

    Messages:
    28,500
    Likes Received:
    4,460
    Best Answers:
    123
    Trophy Points:
    665
    #6
    lol, you get what you pay for
    you can probably still learn something from the posts that others have made.

    FWIW I couldn't find a script with that name so I haven't added it to the thread title after all.
     
    sarahk, Sep 22, 2017 IP
  7. zangess

    zangess Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #8
    my htaccess codes
    <IfModule mod_rewrite.c>
    <IfModule mod_negotiation.c>
    Options -MultiViews
    </IfModule>

    RewriteEngine On

    # Redirect Trailing Slashes If Not A Folder...
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)/$ /$1 [L,R=301]

    # Handle Front Controller...
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^ index.php [L]

    <FilesMatch "\.env">
    Order deny,allow
    Deny from all
    </FilesMatch>
    </IfModule>
     
    zangess, Sep 22, 2017 IP
  8. zangess

    zangess Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #8
    Thanks
     
    zangess, Sep 22, 2017 IP
  9. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #9
    From the .htaccess, you're not doing anything to provide a link-generation, or redirect queries to something else. Also, the links you want to use needs to be available in the PHP-script, from what you're saying it seems they're using an ID-string instead of the name of the post, or something like that. This probably won't work without both fixing the .htaccess, and the script itself. Modifying the .htaccess isn't the problem, but getting the script to utilize whatever new identifier you're using might be problematic, again depending on how this all is connected currently.
     
    PoPSiCLe, Sep 22, 2017 IP
  10. zangess

    zangess Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #10
    Thnx friend. So i can not do something?
     
    zangess, Sep 23, 2017 IP
  11. kellyrose

    kellyrose Active Member

    Messages:
    103
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    85
    #11
    If you are using the WordPress to fix the categories issue then you can do one thing.
    Find the best plugin to customize the Permalinks then it will easy for you.
     
    kellyrose, Oct 9, 2017 IP