Questions tagged [permalinks]
24 questions
0
votes
2 answers
mod_rewrite for WordPress permalinks
My current .htaccess file looks like this (autogenerated by WP)
$ cat .htaccess
# BEGIN WordPress
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .…

Tom Auger
- 341
- 2
- 5
- 14
0
votes
1 answer
How to setup Wordpress Pretty Permalink on shared IIS7 hosting with no url rewrite module installed
I have setup Wordpress blog v2.9.2 on my website at location www.22shruti.com/blog/
(Shared IIS 7.0 Hosting (no admin rights on the server), PHP 5.2.13 FastCGI, WHB Operating System 2008, no url rewrite module installed.)
Since pretty permalinks are…

Rupak Kharvandikar
- 41
- 3
0
votes
3 answers
IIS Messing on Wordpress Permalinks or WP's fault?
I had a problem and after some research I discovered the exactly point where is failing.
blog.domain.com
Is not working, it says that the page cannot be found (404)
blog.domain.com/index.php
Working as expected
If you click on Home, it will says…

Jesus Rodriguez
- 145
- 9
0
votes
1 answer
Set WordPress permalinks directly in httpd.conf?
Is is possible to configure WordPress permalinks directly in Apache httpd.conf?
I have a server situation (Apache 2.2.3 CentOS PHP5.1.6) where I can't use .htaccess for performance reasons, but can use httpd.conf.
The admin says that mod_rewrite is…

markratledge
- 519
- 5
- 13
- 26
0
votes
1 answer
Getting mydomain.com/subdomain to resolve to subdomain.mydomain.com
I have content on subdomain1.mydomain.com which can't reside on mydomain.com/subdomain1. Nevertheless, all my other content resides in folders of the mydomain.com/subdomain* type.
For the sake of consistency, I'd like the content actually located…
Donald Jenkins
0
votes
0 answers
Want to redirect URL and change slug to url parameter
I am stuck with a mod rewriting on Apache htaccess.
my URL looks like this :
http://localhost/Ac5GRnXW
I want it to redirect like this:
http://localhost/redirect.php?id=Ac5GRnXW
I am using the following code :
Options +FollowSymLinks
RewriteEngine…

Anjali
- 1
0
votes
0 answers
Wordpress permalinks with a load balancer in google cloud
Hello I used the wordpress one click deploy on google cloud and am trying to get custom permalinks working but every setting besides the default gives me a 502 server error.
My load balancer is setup with this frontend IP, 35.241.50.51
My backend IP…

user2980746
- 1
- 1
0
votes
1 answer
Nginx ERR_TOO_MANY_REDIRECTS by adjusting WordPress Permalinks | 301 Error Ubuntu 18.04
OS: Ubuntu 18.04.5 LTS (having my own VPS)
WebServer: Nginx/1.18.0
MySQL: mysql Ver 8.0.22 for Linux on x86_64 (MySQL Community Server - GPL)
WordPress: 5.6
When I change the Permalinks option in WordPress (ScreenShot:…
-2
votes
2 answers
How can get these NginX try_files to work
I do have a website, which is not Wordpress, and I'm trying a solution for a simple rule.
On NginX how can I write a try_files to this case:
The link is:
http://mywebsite.com/index.php?open=fiction
and I need NginX to convert and open this…