DavidReed
Member
Posted 5 years ago #
I'm trying to customize the permalink structure of wordpress posts in an add on domain. I know that using /%postname% works on the base domain but when I make the change in the add on domain I get a page not found error. Any easy way around this problem?
DavidReed
Member
Posted 5 years ago #
Any ideas anyone?
Hope bumping is allowed here.
DavidReed
Member
Posted 5 years ago #
Just found an answer to this issue. Don't kunderstand the technicalities but all I needed to do was to add /index.php/ before /%postname% and that works fine.