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.
do they have their own support forums? I'll add the script name to the thread title to help attract attention.
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.
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>
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.
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.