Hello guys wondering if someone can help me with this I have a fresh install of pmwiki 2.2.80 (latest now) . I want to change the way pm wiki links pages , in default , it converts the words to Ucase . like if i link "my work" it will be "www.blablabla.com/wiki/pmwiki.php?site.MyWork" it is ok for latin languages but when i want to use this script for RTL languages like arabic or persian , becase there are no uppercase version of letters , it links to a joint word which has no mean or non sense for SEO . I want to change the way it links to pages like instead of "site.MyWork" it will create a link like "site.my_work" with underline instead of spaces . any ideas on this ?
change URL format in PMWIKI
73 Views Asked by Matin.P At
1
There are 1 best solutions below
Related Questions in URL
- how do I change a URL with form to include additional selection
- Blog Post URL In flutter Web
- Why does RFC 3986 (URI generic syntax) declare the "host" component to be case-insensitive when the syntax rules show it to be case-sensitive?
- Non-Expiring Direct Link Like When Clicked It Will Download Without Landing Any Page
- Curl URL syntax for uploading files
- Send a json command to an app at a known port/address?
- How do I resolve this error ? "ERR_TOO_MANY_REDIRECTS"
- I'm using the googlesearch library in Colab, but I can't import my websites to a list. How can I do that?
- Sharepoint document library URL Rewrite
- Apache2 redirection results in wrong URL
- Vue / Vitest : issues in snapshots with dynamic import assets URL
- How to redirect to the landing page when the domain name is searched?
- find out filename from URL
- How do I ping a website to see if its valid before entering?
- Unable to download CSV file from web URL with runtime using python
Related Questions in REPLACE
- How can I replace a word in SQL but only if it is the last word in the string for a scalar-valued function?
- Replace special charachters to fix JSON
- Access and modify a specific part of a string in javascript
- How can I ensure incremental changes in deciphered messages in Python substitution cipher decoding?
- Replace nth-occurence of a string with an html tag
- Find, Replace and adjust image in PDF's using python
- Replace chars in existing column names without creating new columns
- Lua | String Pattern Replacement
- Powershell Remove part of Video filename containing Square/Round brackets and everything inside those brackets
- Replace a Link to a file per GScript in GMail
- camelcase package give error. TypeError: input.replaceAll is not a function
- How to replace NAs in R which get mode from a group
- i have to click on button using js ,unable to do it
- Input field needs to replace specific letters in a drawn word. I want to use declared input elements inside word elements
- Unable to download CSV file from web URL with runtime using python
Related Questions in SEO
- How to convert the size of the HTML document from 68 Kb to the average of 33 Kb?
- Should Organization schema be on every page?
- Can Angular minify, compress and remove unused JS and CSS files on build?
- What is the best strategy to correct a referenced subdomain development website damaging my production seo
- Optimizing Google Search Results: Enhancing Visibility and Content Presentation
- Build Landingpages on other domains to not hurt SEO of main business domain?
- Why is the url property invalid in schema?
- Why does Google use the icon from the manifest file instead of the favicon in the search results?
- Google Site Name showing url instead of structured data
- Defer in script tag not work as script evaluates before HTML is parsed
- Meta robots noindex follow
- Svelte SEO - Dynamic page title
- How to set specific width and height of a div element when media queries are present in css file?
- I want some of the content in my page to be crawlable but should not be indexed
- Can only use @graph keyword for schemas of same type?
Related Questions in RIGHT-TO-LEFT
- Does anyone have any idea why my right-to-left (RTL) layout isn't taking effect immediately?
- RN i18n issue on some iOS devices
- flutter selectable text anchor position in rtl languages
- python-docx does not apply font size when changing text direction to RTL
- Views not mirrored for RTL languages
- Kurdish Language Support on Google Play Books
- Write text to a text file in RTL format
- Kurdish font using tcpdf library not working
- right-to-left text (like Hebrew)
- Compose multiplatform - iOS app layout does not adapt to RTL when changing app language to RTL language
- Is Slickgrid right-to-left compatible?
- Is there a way to use scrollview RTL (arabic) with LTR animation?
- Content does not extend to the next page when using direction rtl (Right to Left)
- writing hebrew text in rust
- Write Farsi (persian) text using opencv c++
Related Questions in PMWIKI
- Disable "Backlinks" in pmwiki
- My changes in mystyle.css (vanilla5 skin in pmwiki) doesnt work
- Pmwiki can not acquire lock file
- PMwiki doesn't work anymore after upgrade to CentOS7
- Include directive with page variable doesn't work inside markup
- Multi-line markup in PmWiki
- Get the title of another page in PmWiki
- Why doesn't pmwiki have an ID system like MediaWiki?
- How do I correct a deprecated function?
- change URL format in PMWIKI
- Changing PmWiki user profiles links?
- porting pmwiki-pages to a different server
- PmWiki disable public edit
- pmwiki+ iis+ fastcgi Permissions partially dened
- Load CSS and JS over HTTPS or HTTP in PMWIKI
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You should have a look at the Page naming category of cookbook recipes to see if something fit your needs.
Anyway, in PmWiki you could easily provide a title and a description for a page, and use them in links.